Package com.jwplayer.pub.api.events
Class SetupErrorEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.SetupErrorEvent
Payload that accompanies the onSetupError() event.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetupErrorEvent
-
-
Method Details
-
getMessage
- Returns:
- The error message that describes why the player could not be set up.
-
getCode
public int getCode()- Returns:
- The error code associated with the error message
-