public class InterstitialVideoViewProtocol.InterstitialVideoView extends InterstitialImageViewProtocol.InterstitialImageView
adUnit, blackVideoOverlay, closeButton, frame| Modifier and Type | Method and Description |
|---|---|
protected void |
approvedClick(float x,
float y,
float width,
float height) |
void |
destroy() |
CBImageViewButton |
getCloseButton(boolean active) |
protected void |
layoutSubviews(int w,
int h) |
protected void |
onClickAd(float x,
float y,
float width,
float height) |
protected void |
onCloseButton() |
void |
onVideoCompleted() |
protected void |
postCreate()
this method is run once after creating the views but before displaying them
|
protected boolean |
shouldShowCloseButton() |
protected void |
videoConfirmationContinue() |
assignID, displayVideo, isBigScreen, onDetachedFromWindow, onSizeChanged, tryLayout, updateLayout, updateLayoutprotected void postCreate()
InterstitialImageViewProtocol.InterstitialImageViewpostCreate in class InterstitialImageViewProtocol.InterstitialImageViewpublic void onVideoCompleted()
protected void layoutSubviews(int w,
int h)
layoutSubviews in class InterstitialImageViewProtocol.InterstitialImageViewprotected boolean shouldShowCloseButton()
public void destroy()
destroy in class InterstitialImageViewProtocol.InterstitialImageViewprotected void onCloseButton()
onCloseButton in class InterstitialImageViewProtocol.InterstitialImageViewprotected void onClickAd(float x,
float y,
float width,
float height)
onClickAd in class InterstitialImageViewProtocol.InterstitialImageViewprotected void approvedClick(float x,
float y,
float width,
float height)
protected void videoConfirmationContinue()
public CBImageViewButton getCloseButton(boolean active)