Package com.jwplayer.pub.api.events
Class WarningEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.ErrorEvent
com.jwplayer.pub.api.events.WarningEvent
Payload that accompanies the onWarning() callback.
-
Constructor Summary
ConstructorsConstructorDescriptionWarningEvent
(JWPlayer player, String message) WarningEvent
(JWPlayer player, String message, int errorCode) -
Method Summary
Methods inherited from class com.jwplayer.pub.api.events.ErrorEvent
getErrorCode, getException, getMessage
-
Constructor Details
-
WarningEvent
-
WarningEvent
-