MessageName

Represents a Message Name that identifies message semantics

Entries

Link copied to clipboard
@Json(name = "userContext")
USER_CONTEXT

Sender application message that contains the user authentication token, and both the mobile and the cast device information.

Link copied to clipboard
@Json(name = "playbackAuthorisation")
PLAYBACK_AUTHORISATION

Receiver application message confirming that the content playback authorisation was successful.

Link copied to clipboard
@Json(name = "deviceRegistration")
DEVICE_REGISTRATION

Receiver application message confirming that the device registration was successful.

Link copied to clipboard
@Json(name = "error")
ERROR

Receiver application message that contains the error information.

Link copied to clipboard
@Json(name = "custom")
CUSTOM

Both Sender and Receiver application message that contains a custom data.

Link copied to clipboard
@Json(name = "adCuePoints")
AD_CUE_POINTS

Receiver application message confirming that the information is available about all playback session scheduled Ad Breaks.

Link copied to clipboard
@Json(name = "adBreaks")
AD_BREAKS

Receiver application message that contains, as a payload, a list of AdInfo objects.

Link copied to clipboard
@Json(name = "adBreakStart")
AD_BREAK_START

Receiver application message confirming that the first Ad, in an Ad Break, have started playing.

Link copied to clipboard
@Json(name = "adBreakEnd")
AD_BREAK_END

Receiver application message confirming that all the Ads, in an Ad Break, have finished playing.

Link copied to clipboard
@Json(name = "adStart")
AD_START

Receiver application message confirming that an Ad started playing.

Link copied to clipboard
@Json(name = "adProgressUpdate")
AD_PROGRESS_UPDATE

Receiver application message confirming that the Ad's progress is updated.

Link copied to clipboard
@Json(name = "adEnd")
AD_END

Receiver application message confirming that an Ad finished playing.

Link copied to clipboard
@Json(name = "adError")
AD_ERROR

Receiver application message confirming that an error has been encountered during Ads playback.

Link copied to clipboard
@Json(name = "streamTimelineEvent")
STREAM_TIMELINE_EVENT

Receiver application message confirming that a stream timeline event has occurred during playback.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.