public static interface ListenAdController.ListenCallback
| Modifier and Type | Method and Description |
|---|---|
void |
listeningBegin(MediaAdvertisement ad)
Callback event for when the app has started listening to the ad.
|
void |
listeningEnd(MediaAdvertisement ad,
AdAction result)
Callback event for when the app has stopped listening to the ad.
|
void listeningBegin(MediaAdvertisement ad)
ad - Ad that the app is currently listening for.void listeningEnd(MediaAdvertisement ad, AdAction result)
ad - Ad that the app is currently listening for.result - Result of the listen action. Will be null if there was no action detected.