AirshipNotificationProvider
Default notification provider.
Inheritors
Properties
Link copied to clipboard
The default accent color.
Link copied to clipboard
The default notification channel.
Link copied to clipboard
The default notification title string resource.
Link copied to clipboard
The large icon drawable resource.
Link copied to clipboard
The small icon drawable resource.
Functions
Link copied to clipboard
Gets the next notification Id.
Link copied to clipboard
Gets the notification title.
Link copied to clipboard
open override fun onCreateNotification(context: Context, arguments: NotificationArguments): NotificationResult
Called to generate the NotificationResult for a push message.
Link copied to clipboard
open override fun onCreateNotificationArguments(context: Context, message: PushMessage): NotificationArguments
Called to generate the NotificationArguments for a push message.
Link copied to clipboard
protected open fun onExtendBuilder(context: Context, builder: NotificationCompat.Builder, arguments: NotificationArguments): NotificationCompat.Builder
Override this method to extend the notification builder.
Link copied to clipboard
open override fun onNotificationCreated(context: Context, notification: Notification, arguments: NotificationArguments)
Called before posting the notification.