Class AdSkippedEvent
- java.lang.Object
-
- com.longtailvideo.jwplayer.events.AdSkippedEvent
-
-
Constructor Summary
Constructors Constructor Description AdSkippedEvent(AdSource client, java.lang.String creativeType, java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdSource
getClient()
java.lang.String
getCreativeType()
java.lang.String
getTag()
-
-
-
Constructor Detail
-
AdSkippedEvent
public AdSkippedEvent(AdSource client, java.lang.String creativeType, java.lang.String tag)
-
-
Method Detail
-
getTag
@NonNull public java.lang.String getTag()
- Returns:
- The URL of the ad tag that was skipped.
-
getClient
@NonNull public AdSource getClient()
- Returns:
- The client that is currently being used.
-
getCreativeType
@NonNull public java.lang.String getCreativeType()
- Returns:
- The type of ad that was skipped.
-
-