Package com.onesignal.notifications
See: Description
-
Class Summary Class Description BackgroundImageLayout Background image layout information for a INotification. -
Interface Summary Interface Description IActionButton An action button within an INotification IDisplayableMutableNotification An INotification that is both an IMutableNotification and an IDisplayableNotification. IDisplayableNotification An INotification that has the ability to be manually displayed to the device. IMutableNotification An INotification that can be altered via a NotificationCompat.Extender. INotification INotificationClickEvent The data provided to INotificationClickListener.onClick when a notification has been clicked by the user. INotificationClickListener An interface used to process a OneSignal notification the user just clicked on. INotificationClickResult The action a user has taken when opening a notification. INotificationLifecycleListener Implement this interface and provide an instance to INotificationsManager.addForegroundLifecycleListener in order to receive control during the lifecycle of the notification. INotificationReceivedEvent The event passed into both INotificationServiceExtension.onNotificationReceived. INotificationServiceExtension Implement this interface on a class with a default public constructor and provide class with namespace as a value to a new meta-datatag with the key name of "com.onesignal.NotificationServiceExtension" in your AndroidManifest.xml.INotificationWillDisplayEvent The event passed into INotificationLifecycleListener.onWillDisplay, it provides access to the notification to be displayed and the ability to change whether that notification will be displayed to the user. INotificationsManager The entry point to the notification SDK for OneSignal. IPermissionObserver Implement this interface and provide an instance to INotificationsManager.addPermissionObserver in order to receive control when the push permission state has changed on the current device.