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