想要在React Native for Android中实现粘性本地通知

时间:2018-09-17 18:01:24

标签: android react-native notifications sticky foreground

是否有任何方法可以将应用程序的通知保持在锁屏上,并且无论应用程序的状态(运行或已终止)(例如Weather Channel App)在Android中,通知都会下拉。但是在本地反应。

如果可能的话,我还希望有一个带有操作按钮的自定义通知。

1 个答案:

答案 0 :(得分:0)

使用React native push notifications

如果要使其具有粘性并需要自定义操作,可以设置:

PushNotification.localNotification({
    ongoing:true,
    actions: '["Yes", "No"]'
)}

选中Custom action handling来处理您的自定义操作