PlayerErrorsRaisedParameter

@Serializable
data class PlayerErrorsRaisedParameter(val playerId: String, val errors: List<Media.PlayerError>)

Send a list of any errors that need to be delivered.

Constructors

Link copied to clipboard
constructor(playerId: String, errors: List<Media.PlayerError>)

Properties

Link copied to clipboard
Link copied to clipboard