Added in version 37.2

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 NotificationEvent contained in this hint.

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.