Package 

Class BrightcoveMessage


  • 
    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.

    • Constructor Detail

      • BrightcoveMessage

        BrightcoveMessage(String type, Object data)
        Instantiates a new Brightcove message.
        Parameters:
        type - the type
        data - the data