NotificationRemovedEvent


class NotificationRemovedEvent : NotificationEvent
kotlin.Any
   ↳ android.app.personalcontext.hint.NotificationEvent
   ↳ android.app.personalcontext.hint.NotificationEvent.NotificationRemovedEvent

An event representing a notification being removed.

Summary

Public methods
Int

NotificationDetails

Returns the details of the notification associated with this event.

Public methods

getEventType

fun getEventType(): Int
Return
Int Value is one of the following:

    getNotificationDetails

    fun getNotificationDetails(): NotificationDetails

    Returns the details of the notification associated with this event.

    Return
    NotificationDetails This value cannot be null.