onNotificationStarted

abstract fun onNotificationStarted(notificationId: Int, notification: Notification)

Called after the notification has been started.

Parameters

notificationId

The id with which the notification has been posted.

notification