java.lang.Object |
↳ |
com.google.android.gms.cast.framework.media.NotificationAction.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
NotificationAction.Builder
()
Public Methods
Sets the intent action.
Throws |
IllegalArgumentException |
If action is null or an empty string.
|
public
NotificationAction.Builder
setContentDescription
(String contentDescription)
Sets the content description that is used for accessibility.
Parameters |
contentDescription |
String |
Throws |
IllegalArgumentException |
If contentDescription is null or an empty string.
|
Sets the icon's resource ID.