Added in version 37.2
Summary:
Methods
| Inherited Methods
NotificationHint
public
final
class
NotificationHint
extends ContextHint
| java.lang.Object | ||
| ↳ | android.app.personalcontext.hint.ContextHint | |
| ↳ | android.app.personalcontext.hint.NotificationHint | |
A hint that contains a notification-related event.
Summary
Public methods | |
|---|---|
NotificationEvent
|
getNotificationEvent()
Get the |
Inherited methods | |
|---|---|
Public methods
getNotificationEvent
Added in version 37.2
public NotificationEvent getNotificationEvent ()
Get the NotificationEvent contained in this hint.
| Returns | |
|---|---|
NotificationEvent |
This value cannot be null. |