MediaEvent

constructor(type: String)

Constructs a new media event for the specified type.

Parameters

type

the type of the media event.


constructor(type: String, properties: Map<String, Parcelable>)

Constructs a new media event for the specified type and properties.

Parameters

type

the type of the media event.

properties

the properties related this media event.