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