public class InterstitialImageViewProtocol.InterstitialImageView extends CBViewProtocol.CBViewBase
| Modifier and Type | Field and Description |
|---|---|
protected CBImageViewButton |
adUnit |
protected ImageView |
blackVideoOverlay |
protected CBImageViewButton |
closeButton |
protected CBImageView |
frame |
| Modifier | Constructor and Description |
|---|---|
protected |
InterstitialImageView(Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
layoutSubviews(int w,
int h) |
protected void |
onClickAd(float x,
float y,
float width,
float height) |
protected void |
onCloseButton() |
protected void |
postCreate()
this method is run once after creating the views but before displaying them
|
assignID, displayVideo, isBigScreen, onDetachedFromWindow, onSizeChanged, tryLayout, updateLayout, updateLayoutprotected CBImageView frame
protected CBImageViewButton closeButton
protected CBImageViewButton adUnit
protected ImageView blackVideoOverlay
protected void postCreate()
protected void onClickAd(float x,
float y,
float width,
float height)
protected void layoutSubviews(int w,
int h)
layoutSubviews in class CBViewProtocol.CBViewBaseprotected void onCloseButton()
public void destroy()
destroy in class CBViewProtocol.CBViewBase