Builder class for the
CastRemoteDisplayLocalService.NotificationSettings object.
|
Builder()
|
| CastRemoteDisplayLocalService.NotificationSettings |
build()
Builds and returns the
CastRemoteDisplayLocalService.NotificationSettings object.
|
| CastRemoteDisplayLocalService.NotificationSettings.Builder | |
| CastRemoteDisplayLocalService.NotificationSettings.Builder |
setNotificationPendingIntent(PendingIntent
notificationPendingIntent)
Sets a
PendingIntent
that will be executed when the default notification is clicked.
|
| CastRemoteDisplayLocalService.NotificationSettings.Builder | |
| CastRemoteDisplayLocalService.NotificationSettings.Builder |
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.