Interface CreativeViewListener
-
- All Known Implementing Classes:
AdViewManager
public interface CreativeViewListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreativeDidCollapse(AbstractCreative creative)voidcreativeDidComplete(AbstractCreative creative)Is called when creative finish its lifecycle.voidcreativeDidExpand(AbstractCreative creative)voidcreativeInterstitialDialogShown(android.view.ViewGroup rootViewGroup)voidcreativeInterstitialDidClose(AbstractCreative creative)Is called when user closes the creatives clickthrough.voidcreativeMuted(AbstractCreative creative)voidcreativePaused(AbstractCreative creative)voidcreativeResumed(AbstractCreative creative)voidcreativeUnMuted(AbstractCreative creative)voidcreativeWasClicked(AbstractCreative creative, java.lang.String url)Is called when ad's content is rendered in the displayed view.
-
-
-
Method Detail
-
creativeDidComplete
void creativeDidComplete(AbstractCreative creative)
Is called when creative finish its lifecycle.- Parameters:
creative-
-
creativeWasClicked
void creativeWasClicked(AbstractCreative creative, java.lang.String url)
Is called when ad's content is rendered in the displayed view.- Parameters:
creative-url-
-
creativeInterstitialDidClose
void creativeInterstitialDidClose(AbstractCreative creative)
Is called when user closes the creatives clickthrough.- Parameters:
creative-
-
creativeDidExpand
void creativeDidExpand(AbstractCreative creative)
-
creativeDidCollapse
void creativeDidCollapse(AbstractCreative creative)
-
creativeInterstitialDialogShown
void creativeInterstitialDialogShown(android.view.ViewGroup rootViewGroup)
-
creativeMuted
void creativeMuted(AbstractCreative creative)
-
creativeUnMuted
void creativeUnMuted(AbstractCreative creative)
-
creativePaused
void creativePaused(AbstractCreative creative)
-
creativeResumed
void creativeResumed(AbstractCreative creative)
-
-