| java.lang.Object | |
| ↳ | com.google.android.gms.cast.CastRemoteDisplayLocalService.NotificationSettings.Builder |
Builder class for the CastRemoteDisplayLocalService.NotificationSettings object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds and returns the
CastRemoteDisplayLocalService.NotificationSettings object. | |||||||||||
Sets a custom
Notification. | |||||||||||
Sets a
PendingIntent that will be executed when the default notification is
clicked. | |||||||||||
The default
Notification text. | |||||||||||
The default
Notification title. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Builds and returns the CastRemoteDisplayLocalService.NotificationSettings object. It verifies that if
the notification is provided the other arguments are not provided.
Sets a custom Notification. If a custom notification is used,
the rest of the settings should not be provided.
| notification | The custom notification. |
|---|
Sets a PendingIntent that will be executed when the default notification is
clicked. If a custom notification is used, this value should not be provided.
| notificationPendingIntent | The PendingIntent that will be executed when
the default notification is clicked. |
|---|
The default Notification text.
The default Notification title.