Added in API level 37.2
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
Added in API level 37.2
fun getEventType(): Int
| Return | |
|---|---|
Int |
Value is one of the following:
|
getNotificationDetails
Added in API level 37.2
fun getNotificationDetails(): NotificationDetails
Returns the details of the notification associated with this event.
| Return | |
|---|---|
NotificationDetails |
This value cannot be null. |