NotificationHint


class NotificationHint : ContextHint
kotlin.Any
   ↳ android.app.personalcontext.hint.ContextHint
   ↳ android.app.personalcontext.hint.NotificationHint

A hint that contains a notification-related event.

Summary

Public methods
NotificationEvent

Get the NotificationEvent contained in this hint.

Inherited functions

Public methods

getNotificationEvent

fun getNotificationEvent(): NotificationEvent

Get the NotificationEvent contained in this hint.

Return
NotificationEvent This value cannot be null.