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.

Constructors

Link copied to clipboard
constructor(type: String, data: Any)
Instantiates a new Brightcove message.

Properties

Link copied to clipboard
val BRIGHTCOVE_CAST_CHANNEL: String = "urn:x-cast:net.brightcove.players.cast"
Link copied to clipboard
open val data: Any
Link copied to clipboard
val DATA_TYPE_SPLASH_SCREEN: String = "splash-screen"
Link copied to clipboard
open val type: String