java.lang.Object |
↳ |
com.google.android.gms.cast.CastRemoteDisplayLocalService.NotificationSettings.Builder |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
CastRemoteDisplayLocalService.NotificationSettings.Builder
()
Public Methods
Sets a custom Notification
. If a custom notification is used,
the rest of the settings should not be provided.
Parameters |
notification |
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.
Parameters |
notificationPendingIntent |
PendingIntent :
The PendingIntent that will be executed when
the default notification is clicked. |
The default Notification
text.
Parameters |
notificationText |
String
|
The default Notification
title.
Parameters |
notificationTitle |
String
|