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
-
public class WarningEvent extends ErrorEvent
Payload that accompanies the onWarning() callback.
-
-
Constructor Summary
Constructors Constructor Description WarningEvent(JWPlayer player, java.lang.String message)
WarningEvent(JWPlayer player, java.lang.String message, int errorCode)
-
Method Summary
-
Methods inherited from class com.jwplayer.pub.api.events.ErrorEvent
getErrorCode, getException, getMessage
-
-