Class WarningEvent


  • public class WarningEvent
    extends ErrorEvent
    Payload that accompanies the onWarning() callback.
    • Method Summary

      • Methods inherited from class com.jwplayer.pub.api.events.Event

        getPlayer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WarningEvent

        public WarningEvent​(@NonNull
                            JWPlayer player,
                            @NonNull
                            java.lang.String message)
      • WarningEvent

        public WarningEvent​(@NonNull
                            JWPlayer player,
                            @NonNull
                            java.lang.String message,
                            int errorCode)