Added in version 37.2

NotificationEvent.NotificationRemovedEvent


public static final class NotificationEvent.NotificationRemovedEvent
extends NotificationEvent

java.lang.Object
   ↳ android.app.personalcontext.hint.NotificationEvent
     ↳ android.app.personalcontext.hint.NotificationEvent.NotificationRemovedEvent


An event representing a notification being removed.

Summary

Public methods

int getEventType()

NotificationDetails getNotificationDetails()

Returns the details of the notification associated with this event.

Inherited methods

Public methods

getEventType

Added in version 37.2
public int getEventType ()

Returns
int Value is one of the following:

getNotificationDetails

Added in version 37.2
public NotificationDetails getNotificationDetails ()

Returns the details of the notification associated with this event.

Returns
NotificationDetails This value cannot be null.