Package com.jwplayer.pub.api.events
Class AdMetaEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.AdMetaEvent
Payload that accompanies the adMeta event.
adMeta Event is triggered when metadata is obtained during ad playback.
-
Constructor Summary
ConstructorsConstructorDescriptionAdMetaEvent(JWPlayer player, AdClient client, String adBreakId, String adPlayId, String offset, String id, String tag, AdPosition adPosition, int sequence, int wItem, int wCount, String adSystem, int skipOffset, AdScheduleFromEvent adSchedule, String adTitle, String description, String adId, String creativeId, String creativeAdId, Boolean conditionalAdOptOut, int vastVersion, String clickThroughUrl, String linear, Boolean mediaFileCompliance, String[] nonComplianceReasions, MediaFile mediaFile, boolean viewable, String creativeType, String[] categories, String adMessage, ArrayList<AdCompanion> companions, String skipMessage, String skipText, String type, String universalAdIdRegistry, String universalAdIdValue) -
Method Summary
-
Constructor Details
-
AdMetaEvent
public AdMetaEvent(@NonNull JWPlayer player, @NonNull AdClient client, @NonNull String adBreakId, @NonNull String adPlayId, @NonNull String offset, @Nullable String id, @Nullable String tag, @NonNull AdPosition adPosition, int sequence, int wItem, int wCount, @Nullable String adSystem, int skipOffset, @Nullable AdScheduleFromEvent adSchedule, @Nullable String adTitle, @Nullable String description, @Nullable String adId, @Nullable String creativeId, @Nullable String creativeAdId, @Nullable Boolean conditionalAdOptOut, int vastVersion, @Nullable String clickThroughUrl, @Nullable String linear, @Nullable Boolean mediaFileCompliance, @Nullable String[] nonComplianceReasions, @NonNull MediaFile mediaFile, boolean viewable, @Nullable String creativeType, @Nullable String[] categories, @Nullable String adMessage, @NonNull ArrayList<AdCompanion> companions, @Nullable String skipMessage, @Nullable String skipText, @NonNull String type, @Nullable String universalAdIdRegistry, @Nullable String universalAdIdValue)
-
-
Method Details
-
getClient
-
getAdBreakId
-
getAdPlayId
-
getOffset
-
getId
-
getTag
-
getAdPosition
-
getSequence
public int getSequence() -
getWItem
public int getWItem() -
getWCount
public int getWCount() -
getAdSystem
-
getSkipOffset
public int getSkipOffset() -
getAdSchedule
-
getAdTitle
-
getDescription
-
getAdId
-
getCreativeId
-
getCreativeAdId
-
getConditionalAdOptOut
-
getVastVersion
public int getVastVersion() -
getClickThroughUrl
-
getLinear
-
getMediaFileCompliance
-
getNonComplianceReasons
-
getMediaFile
-
isViewable
public boolean isViewable() -
getCreativeType
-
getCategories
-
getAdMessage
-
getCompanions
-
getSkipMessage
-
getSkipText
-
getMetaType
-
getUniversalAdIdRegistry
-
getUniversalAdIdValue
-