【发布时间】:2021-12-13 16:26:16
【问题描述】:
我将我的颤振应用程序与 onesignal 集成,当应用程序在后台时它工作得很好,但在前台它正在接收通知但不知道为什么?
日志
flutter: OSNotificationReceivedEvent complete with notification: Instance of 'OSNotification'
VERBOSE: finishProcessingNotification: Fired!
VERBOSE: Notification display type: 7
VERBOSE: notificationReceived called! opened: NO
VERBOSE: finishProcessingNotification: call completionHandler with options: 7
前台处理程序
OneSignal.shared.setNotificationWillShowInForegroundHandler(
(OSNotificationReceivedEvent event) {
event.complete(event.notification);
});
【问题讨论】:
标签: push-notification onesignal foreground foregroundnotification