Class RewardedVideoCreative
- java.lang.Object
-
- org.prebid.mobile.rendering.models.AbstractCreative
-
- org.prebid.mobile.rendering.video.VideoCreativeProtocol
-
- org.prebid.mobile.rendering.video.VideoCreative
-
- org.prebid.mobile.rendering.video.RewardedVideoCreative
-
- All Implemented Interfaces:
InterstitialManagerVideoDelegate,VideoCreativeViewListener,VASTInterface
public class RewardedVideoCreative extends VideoCreative
-
-
Field Summary
-
Fields inherited from class org.prebid.mobile.rendering.models.AbstractCreative
contextReference, creativeVisibilityTracker, interstitialManager, weakOmAdSessionManager
-
-
Constructor Summary
Constructors Constructor Description RewardedVideoCreative(android.content.Context context, VideoCreativeModel model, OmAdSessionManager omAdSessionManager, InterstitialManager interstitialManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete()-
Methods inherited from class org.prebid.mobile.rendering.video.VideoCreative
createOmAdSession, destroy, display, getCreativeModel, getMediaDuration, getVideoSkipOffset, handleAdWindowFocus, handleAdWindowNoFocus, isDisplay, isEndCard, isInterstitialClosed, isPlaying, isResolved, isVideo, load, mute, onDisplayCompleted, onEvent, onFailure, onPlayerStateChanged, onReadyForDisplay, onVideoInterstitialClosed, onVolumeChanged, pause, resume, showCallToAction, skip, startViewabilityTracker, trackAdLoaded, trackVideoEvent, unmute
-
Methods inherited from class org.prebid.mobile.rendering.video.VideoCreativeProtocol
close, closeLinear, collapse, exitFullScreen, expand, fullScreen, onWindowFocusChanged, orientationChanged, rewind, touch
-
Methods inherited from class org.prebid.mobile.rendering.models.AbstractCreative
addOmFriendlyObstruction, changeVisibilityTrackerState, getCreativeView, getCreativeViewListener, getResolutionListener, isBuiltInVideo, setCreativeView, setCreativeViewListener, setResolutionListener, startOmSession, trackVideoStateChange, updateAdView
-
-
-
-
Constructor Detail
-
RewardedVideoCreative
public RewardedVideoCreative(android.content.Context context, VideoCreativeModel model, OmAdSessionManager omAdSessionManager, InterstitialManager interstitialManager) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
Method Detail
-
complete
public void complete()
- Overrides:
completein classVideoCreative
-
-