Modifier and Type | Class and Description |
---|---|
static class |
RichMedia.Action
Enum with different action types
|
static class |
RichMedia.BroadcastMode
Enum with different broadcast mode
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChapter1()
Get first chapter
|
java.lang.String |
getChapter2()
Get second chapter
|
java.lang.String |
getChapter3()
Get third chapter
|
int |
getLevel2()
Get level 2
|
java.lang.String |
getName()
Get media name
|
java.lang.String |
getWebDomain()
Get web domain
|
boolean |
isBuffering()
Get boolean "isBuffering" value
|
boolean |
isEmbedded()
Get boolean "isEmbedded" value
|
void |
sendMove()
Send a move action tracking
|
void |
sendPause()
Send a pause action tracking
|
void |
sendPlay()
Send a play action tracking.
|
void |
sendPlay(int refreshDuration)
Send play with a custom refresh duration
|
void |
sendStop()
Send a stop action tracking
|
public int getLevel2()
public boolean isBuffering()
public boolean isEmbedded()
public java.lang.String getName()
public java.lang.String getChapter1()
public java.lang.String getChapter2()
public java.lang.String getChapter3()
public java.lang.String getWebDomain()
public void sendPlay()
public void sendPlay(int refreshDuration)
refreshDuration
- refresh duration in second, must be higher than 5public void sendPause()
public void sendStop()
public void sendMove()