NotificationProvider

Used to provide notifications for Airship push messages. The notification provider should never post the notification to the notification manager. The Urban Airship SDK will do that on behave of the application.

Inheritors

Properties

Link copied to clipboard
val DEFAULT_NOTIFICATION_CHANNEL: String = "com.urbanairship.default"
Default notification channel ID.

Functions

Link copied to clipboard
Called to generate the NotificationResult for a push message.
Link copied to clipboard
Called to generate the NotificationArguments for a push message.
Link copied to clipboard
abstract fun onNotificationCreated(@NonNull context: Context, @NonNull notification: Notification, @NonNull arguments: NotificationArguments)
Called before posting the notification.