NotificationContentProvider

  • NotificationContentProvider allows customization of persistent notifications in navigation services.

  • Clients should extend NotificationContentProviderBase to control notification content and behavior.

  • The getNotification() method is used to retrieve the customized Notification object.

  • ForegroundServiceManager uses this interface to display shared persistent notifications.

public interface NotificationContentProvider
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

Public Methods

public abstract Notification getNotification ()