belongs to Maven artifact com.android.support:support-media-compat:28.0.0-alpha1
PlaybackStateCompat.CustomAction
public
static
final
class
PlaybackStateCompat.CustomAction
extends Object
implements
Parcelable
java.lang.Object | |
↳ | android.support.v4.media.session.PlaybackStateCompat.CustomAction |
CustomActions
can be used to
extend the capabilities of the standard transport controls by exposing
app specific actions to Controllers
.
Summary
Nested classes | |
---|---|
class |
PlaybackStateCompat.CustomAction.Builder
Builder for |
Inherited constants |
---|
![]()
android.os.Parcelable
|
Fields | |
---|---|
public
static
final
Creator<PlaybackStateCompat.CustomAction> |
CREATOR
|
Public methods | |
---|---|
int
|
describeContents()
|
static
PlaybackStateCompat.CustomAction
|
fromCustomAction(Object customActionObj)
Creates an instance from a framework
|
String
|
getAction()
Returns the action of the |
Object
|
getCustomAction()
Gets the underlying framework |
Bundle
|
getExtras()
Returns extras which provide additional application-specific information about the action, or null if none. |
int
|
getIcon()
Returns the resource id of the icon in the |
CharSequence
|
getName()
Returns the display name of this action. |
String
|
toString()
|
void
|
writeToParcel(Parcel dest, int flags)
|
Inherited methods | |
---|---|
![]()
java.lang.Object
| |
![]()
android.os.Parcelable
|