onNotificationCreated
abstract fun onNotificationCreated(@NonNull context: Context, @NonNull notification: Notification, @NonNull arguments: NotificationArguments)
Called before posting the notification. The notification will have settings applied from an associated NotificationChannelCompat on pre-O devices Use this method to apply any global overrides to the notification.
Parameters
context
The context.
notification
The notification.
arguments
The notification arguments.