-
public final class MediaEvent.PlayerErrorsRaisedEvent extends MediaEvent
Send a list of any errors that need to be delivered.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringplayerIdprivate final List<PlayerError>errors
-
Constructor Summary
Constructors Constructor Description PlayerErrorsRaisedEvent(String playerId, List<PlayerError> errors)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final List<PlayerError>component2()final MediaEvent.PlayerErrorsRaisedEventcopy(String playerId, List<PlayerError> errors)final StringgetPlayerId()final List<PlayerError>getErrors()-
-
Constructor Detail
-
PlayerErrorsRaisedEvent
PlayerErrorsRaisedEvent(String playerId, List<PlayerError> errors)
-
-
Method Detail
-
component1
final String component1()
-
component2
final List<PlayerError> component2()
-
copy
final MediaEvent.PlayerErrorsRaisedEvent copy(String playerId, List<PlayerError> errors)
-
getPlayerId
final String getPlayerId()
-
getErrors
final List<PlayerError> getErrors()
-
-
-
-