CastRemoteDisplayLocalService.NotificationSettings

public static final classCastRemoteDisplayLocalService.NotificationSettingsextends Object

Notification settings.

There are two models supported:

  1. DefaultNotification. The application can customize the title, text and thePendingIntent that will be executed when the default notification is clicked.
  2. CustomNotification. Fully customized notification.

Once the service has been started using one type of notification option (default or custom), calls to CastRemoteDisplayLocalService.updateNotificationSettings(CastRemoteDisplayLocalService.NotificationSettings) will expect the same model to be followed.

Nested Class Summary

class CastRemoteDisplayLocalService.NotificationSettings.Builder Builder class for the CastRemoteDisplayLocalService.NotificationSettingsobject.

Inherited Method Summary