| 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()
Deprecated.
please use getMediaTheme1() instead
|
java.lang.String |
getChapter2()
Deprecated.
please use getMediaTheme2() instead
|
java.lang.String |
getChapter3()
Deprecated.
please use getMediaTheme3() instead
|
int |
getLevel2()
Deprecated.
please use getMediaLevel2() instead
|
java.lang.String |
getMediaLabel()
Get media label
|
int |
getMediaLevel2()
Get media level 2
|
java.lang.String |
getMediaTheme1()
Get first theme
|
java.lang.String |
getMediaTheme2()
Get second theme
|
java.lang.String |
getMediaTheme3()
Get third theme
|
java.lang.String |
getName()
Deprecated.
please use getMediaLabel() instead
|
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)
Deprecated.
please use sendPlay(SparseIntArray) instead
|
void |
sendPlay(android.util.SparseIntArray refreshDurations)
/**
Send play with a custom refresh duration
|
void |
sendPlayWithoutRefresh()
Send only one play hit
|
void |
sendResume()
Resume playing media tracking
|
void |
sendStop()
Send a stop action tracking
|
@Deprecated public int getLevel2()
public int getMediaLevel2()
public boolean isBuffering()
public boolean isEmbedded()
@Deprecated public java.lang.String getName()
@Deprecated public java.lang.String getChapter1()
@Deprecated public java.lang.String getChapter2()
@Deprecated public java.lang.String getChapter3()
public java.lang.String getMediaLabel()
public java.lang.String getMediaTheme1()
public java.lang.String getMediaTheme2()
public java.lang.String getMediaTheme3()
public java.lang.String getWebDomain()
public void sendPlay()
@Deprecated public void sendPlay(int refreshDuration)
refreshDuration - refresh duration in second, must be higher than 5public void sendPlayWithoutRefresh()
public void sendPlay(android.util.SparseIntArray refreshDurations)
refreshDurations - SparseIntArray with (startingMinute,refreshDuration) ex: (0,5) will send one hit every five seconds during the first minutepublic void sendPause()
public void sendResume()
public void sendStop()
public void sendMove()