public final class MPRemoteCommandHandlerStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CommandFailed
The command could not be executed for another reason.
|
static long |
DeviceNotFound
The command could not be executed because a device required
is not available.
|
static long |
NoActionableNowPlayingItem
The command could not be executed because there is no now playing item
available that is required for this command.
|
static long |
NoSuchContent
The command could not be executed because the requested content does not
exist in the current application state.
|
static long |
Success
There was no error executing the requested command.
|
public static final long Success
public static final long NoSuchContent
public static final long NoActionableNowPlayingItem
public static final long CommandFailed
public static final long DeviceNotFound