Package com.jwplayer.pub.api.events
Class AdSkippedEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdSkippedEvent
Payload that accompanies the onAdSkipped() event.
-
Constructor Summary
ConstructorsConstructorDescriptionAdSkippedEvent
(JWPlayer player, AdClient client, String creativeType, String tag) -
Method Summary
-
Constructor Details
-
AdSkippedEvent
-
-
Method Details
-
getTag
- Returns:
- The URL of the ad tag that was skipped.
-
getClient
- Returns:
- The client that is currently being used.
-
getCreativeType
- Returns:
- The type of ad that was skipped.
-