Page Summary
-
NotificationContentProviderallows customization of persistent notifications in navigation services. -
Clients should extend
NotificationContentProviderBaseto control notification content and behavior. -
The
getNotification()method is used to retrieve the customizedNotificationobject. -
ForegroundServiceManageruses this interface to display shared persistent notifications.
| Known Indirect Subclasses |
This interface is used by ForegroundServiceManager to provide the notification content
when a persistent notification is shared. Clients should extend NotificationContentProviderBase if they wish to control the content of the persistent
notification. The notification can also support its own click handling and intent firing.
Public Method Summary
| abstract Notification |