Package com.jwplayer.pub.api.events
Class AdErrorEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdErrorEvent
Payload that accompanies the onAdError() event.
-
Constructor Details
-
AdErrorEvent
-
-
Method Details
-
getTag
- Returns:
- The URL of the ad tag that encountered an error.
-
getMessage
- Returns:
- The message describing the cause of the Ad Error.
-
getAdErrorCode
public int getAdErrorCode()- Returns:
- The JW Player ad error code describing the cause of the Ad Error.
-
getCode
public int getCode()- Returns:
- The VAST ad error code describing the cause of the Ad Error.
-