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

Types

Link copied to clipboard
object Companion

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(context: Context, notification: Notification, arguments: NotificationArguments)

Called before posting the notification.