NotificationEvent


abstract class NotificationEvent
kotlin.Any
   ↳ android.app.personalcontext.hint.NotificationEvent

Base class for notification-related events.

Summary

Nested classes

An event representing a notification being enqueued in preparation for being posted.

An event representing a notification being removed.

Public methods
abstract NotificationDetails

Returns the details of the notification associated with this event.

Public methods

getNotificationDetails

abstract fun getNotificationDetails(): NotificationDetails

Returns the details of the notification associated with this event.

Return
NotificationDetails This value cannot be null.