You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/NotificationsManager.kt
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/lifecycle/INotificationLifecycleEventHandler.kt
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/lifecycle/INotificationLifecycleService.kt
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ import org.json.JSONObject
18
18
* --------
19
19
* [INotificationLifecycleCallback]: Can be used by other modules to use push
20
20
* notifications to drive their own processing, and prevent it from being received and/or opened by the user.
21
-
* [INotificationLifecycleEventHandler]: Used to hook into the received/opened events of a notification.
22
21
*
23
22
* External
24
23
* --------
@@ -32,17 +31,11 @@ import org.json.JSONObject
32
31
* 3. [INotificationServiceExtension.onNotificationReceived] To pre-process the notification, notification may be removed/changed. (Specified in AndroidManifest.xml).
33
32
* 4. [INotificationLifecycleListener.onWillDisplay] To pre-process the notification while app in foreground, notification may be removed/changed.
34
33
* 5. Process/Display the notification
35
-
* 6. [INotificationLifecycleEventHandler.onNotificationReceived] To indicate the notification has been received and processed.
36
-
* 7. User "opens" or "dismisses" the notification
37
-
* 8. [INotificationLifecycleCallback.canOpenNotification] To determine if the notification can be opened by the notification module, or should be ignored.
38
-
* 9. [INotificationLifecycleEventHandler.onNotificationOpened] To indicate the notification has been opened.
39
-
* 10. [INotificationClickListener.onClick] To indicate the notification has been opened.
34
+
* 6. User "opens" or "dismisses" the notification
35
+
* 7. [INotificationLifecycleCallback.canOpenNotification] To determine if the notification can be opened by the notification module, or should be ignored.
36
+
* 8. [INotificationClickListener.onClick] To indicate the notification has been opened.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/lifecycle/impl/NotificationLifecycleService.kt
0 commit comments