onNotificationCreated
abstract fun onNotificationCreated(context: Context, notification: Notification, arguments: NotificationArguments)(source)
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.