public abstract class InneractiveFullscreenAdEventsListenerAdapter extends java.lang.Object implements InneractiveFullscreenAdEventsListener
InneractiveFullscreenAdEventsListener.
Any custom listener that cares only about a subset of the methods of this listener can
simply subclass this adapter class instead of implementing the interface directly.| Constructor and Description |
|---|
InneractiveFullscreenAdEventsListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(InneractiveAdSpot adSpot)
Called after Inneractive tracked an ad click
|
void |
onAdDismissed(InneractiveAdSpot adSpot)
Called when the full screen unit have been dismissed
|
void |
onAdEnteredErrorState(InneractiveAdSpot adSpot,
InneractiveUnitController.AdDisplayError error)
Called when an ad has entered an error state, this will only happen when the ad is being shown
|
void |
onAdImpression(InneractiveAdSpot adSpot)
Called after Inneractive tracked an ad impression
|
void |
onAdWillCloseInternalBrowser(InneractiveAdSpot adSpot)
Called after Inneractive decided to open another application, due to a click
|
void |
onAdWillOpenExternalApp(InneractiveAdSpot adSpot)
Called after Inneractive decided to open another application, due to a click
|
public InneractiveFullscreenAdEventsListenerAdapter()
public void onAdImpression(InneractiveAdSpot adSpot)
onAdImpression in interface InneractiveFullscreenAdEventsListeneronAdImpression in interface InneractiveUnitController.EventsListenerpublic void onAdClicked(InneractiveAdSpot adSpot)
onAdClicked in interface InneractiveFullscreenAdEventsListeneronAdClicked in interface InneractiveUnitController.EventsListenerpublic void onAdWillOpenExternalApp(InneractiveAdSpot adSpot)
onAdWillOpenExternalApp in interface InneractiveFullscreenAdEventsListeneronAdWillOpenExternalApp in interface InneractiveUnitController.EventsListenerpublic void onAdEnteredErrorState(InneractiveAdSpot adSpot, InneractiveUnitController.AdDisplayError error)
onAdEnteredErrorState in interface InneractiveFullscreenAdEventsListeneronAdEnteredErrorState in interface InneractiveUnitController.EventsListeneradSpot - the relevant ad spotpublic void onAdWillCloseInternalBrowser(InneractiveAdSpot adSpot)
onAdWillCloseInternalBrowser in interface InneractiveFullscreenAdEventsListeneronAdWillCloseInternalBrowser in interface InneractiveUnitController.EventsListenerpublic void onAdDismissed(InneractiveAdSpot adSpot)
onAdDismissed in interface InneractiveFullscreenAdEventsListener