public static final class

CastRemoteDisplayLocalService.NotificationSettings

extends Object
java.lang.Object
   ↳ com.google.android.gms.cast.CastRemoteDisplayLocalService.NotificationSettings

Class Overview

Notification settings.

There are two models supported:

  1. Default Notification. The application can customize the title, text and the PendingIntent that will be executed when the default notification is clicked.
  2. Custom Notification. Fully customized notification.

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

Summary

Nested Classes
class CastRemoteDisplayLocalService.NotificationSettings.Builder Builder class for the CastRemoteDisplayLocalService.NotificationSettings object. 
[Expand]
Inherited Methods
From class java.lang.Object