public abstract class InneractiveAdViewEventsListenerAdapter extends java.lang.Object implements InneractiveAdViewEventsListener
InneractiveAdViewEventsListener.
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 |
|---|
InneractiveAdViewEventsListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(InneractiveAdSpot adSpot)
Called after Inneractive tracked an ad click
|
void |
onAdCollapsed(InneractiveAdSpot adSpot)
Called when the Ad view is resized back to its original size after expand or resize
|
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 |
onAdExpanded(InneractiveAdSpot adSpot)
Called when the Ad view is expanded
|
void |
onAdImpression(InneractiveAdSpot adSpot)
Called after Inneractive tracked an ad impression
|
void |
onAdResized(InneractiveAdSpot adSpot)
Called when the Ad view is resized
|
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 InneractiveAdViewEventsListenerAdapter()
public void onAdImpression(InneractiveAdSpot adSpot)
onAdImpression in interface InneractiveAdViewEventsListeneronAdImpression in interface InneractiveUnitController.EventsListenerpublic void onAdClicked(InneractiveAdSpot adSpot)
onAdClicked in interface InneractiveAdViewEventsListeneronAdClicked in interface InneractiveUnitController.EventsListenerpublic void onAdWillCloseInternalBrowser(InneractiveAdSpot adSpot)
onAdWillCloseInternalBrowser in interface InneractiveAdViewEventsListeneronAdWillCloseInternalBrowser in interface InneractiveUnitController.EventsListenerpublic void onAdWillOpenExternalApp(InneractiveAdSpot adSpot)
onAdWillOpenExternalApp in interface InneractiveAdViewEventsListeneronAdWillOpenExternalApp in interface InneractiveUnitController.EventsListenerpublic void onAdEnteredErrorState(InneractiveAdSpot adSpot, InneractiveUnitController.AdDisplayError error)
onAdEnteredErrorState in interface InneractiveAdViewEventsListeneronAdEnteredErrorState in interface InneractiveUnitController.EventsListeneradSpot - the relevant ad spotpublic void onAdExpanded(InneractiveAdSpot adSpot)
onAdExpanded in interface InneractiveAdViewEventsListenerpublic void onAdResized(InneractiveAdSpot adSpot)
onAdResized in interface InneractiveAdViewEventsListenerpublic void onAdCollapsed(InneractiveAdSpot adSpot)
onAdCollapsed in interface InneractiveAdViewEventsListener