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