public abstract class ShowAdListenerAdapter extends java.lang.Object implements IShowAdListener
| Constructor and Description |
|---|
ShowAdListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdFinished(java.lang.String placementId,
UnityAds.FinishState withState)
Called when the ad has finished.
|
void |
onAdStarted(java.lang.String placementId)
Notifies that the ad for the given placement has started.
|
public void onAdFinished(java.lang.String placementId,
UnityAds.FinishState withState)
IShowAdListeneronAdFinished in interface IShowAdListenerplacementId - Placement ID as configured in the Unity Ads dashboard.withState - The state which the Ad has finished with.public void onAdStarted(java.lang.String placementId)
IShowAdListeneronAdStarted in interface IShowAdListenerplacementId - Placement ID as configured in the Unity Ads dashboard.