public abstract static class InneractiveUnitController.EventsListenerAdapter extends java.lang.Object implements InneractiveUnitController.EventsListener
InneractiveUnitController.EventsListener.
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 |
|---|
EventsListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked(InneractiveAdSpot adSpot)
Called after Inneractive tracked an ad click
|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAdEnteredErrorStatepublic void onAdImpression(InneractiveAdSpot adSpot)
onAdImpression in interface InneractiveUnitController.EventsListenerpublic void onAdClicked(InneractiveAdSpot adSpot)
onAdClicked in interface InneractiveUnitController.EventsListenerpublic void onAdWillCloseInternalBrowser(InneractiveAdSpot adSpot)
onAdWillCloseInternalBrowser in interface InneractiveUnitController.EventsListenerpublic void onAdWillOpenExternalApp(InneractiveAdSpot adSpot)
onAdWillOpenExternalApp in interface InneractiveUnitController.EventsListener