-
public final class BrightcoveMessage
The BrightcoveMessage is an immutable message used for sending information to the Brightcove app receiver through a valid com.google.android.gms.cast.framework.CastSession, using the BRIGHTCOVE_CAST_CHANNEL channel. All messages are sent as the JSON representation of this object.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
BRIGHTCOVE_CAST_CHANNEL
public final static String
DATA_TYPE_SPLASH_SCREEN
private String
type
private Object
data
-
Constructor Summary
Constructors Constructor Description BrightcoveMessage(String type, Object data)
Instantiates a new Brightcove message.
-