Builder class for the
CastRemoteDisplayLocalService.NotificationSettings
object.
Public Constructor Summary
Public Method Summary
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 |
Inherited Method Summary
Public Constructors
public CastRemoteDisplayLocalService.NotificationSettings.Builder ()
Public Methods
public CastRemoteDisplayLocalService.NotificationSettings build ()
Builds and returns the
CastRemoteDisplayLocalService.NotificationSettings
object. It verifies that
if the notification is provided the other arguments are not provided.
public CastRemoteDisplayLocalService.NotificationSettings.Builder setNotification (Notification notification)
Sets a custom Notification
.
If a custom notification is used, the rest of the settings should not be provided.
Parameters
notification | The custom notification. |
---|
public CastRemoteDisplayLocalService.NotificationSettings.Builder setNotificationPendingIntent (PendingIntent notificationPendingIntent)
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.
Parameters
notificationPendingIntent | The PendingIntent
that will be executed when the default notification is clicked. |
---|
public CastRemoteDisplayLocalService.NotificationSettings.Builder setNotificationText (String notificationText)
The default Notification
text.
public CastRemoteDisplayLocalService.NotificationSettings.Builder setNotificationTitle (String notificationTitle)
The default Notification
title.