Interface CreativeViewListener
- All Known Implementing Classes:
AdViewManager
public interface CreativeViewListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreativeDidCollapse(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, String url) Is called when ad's content is rendered in the displayed view.
-
Method Details
-
creativeDidComplete
Is called when creative finish its lifecycle.- Parameters:
creative-
-
creativeWasClicked
Is called when ad's content is rendered in the displayed view.- Parameters:
creative-url-
-
creativeInterstitialDidClose
Is called when user closes the creatives clickthrough.- Parameters:
creative-
-
creativeDidExpand
-
creativeDidCollapse
-
creativeInterstitialDialogShown
void creativeInterstitialDialogShown(android.view.ViewGroup rootViewGroup) -
creativeMuted
-
creativeUnMuted
-
creativePaused
-
creativeResumed
-