public class AmazonPlaybackState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EXIT
Customer has left the context of the media player.
|
static int |
INTERSTITIAL
An interstitial (e.g., advertisement, preview, intro, etc.) is playing.
|
static int |
PAUSED
Customer has paused the content but still has the media player in focus.
|
static int |
PLAYING
Customer is actively watching the content.
|
public static final int PLAYING
public static final int PAUSED
public static final int EXIT
public static final int INTERSTITIAL