Property | Type | Description | |
---|---|---|---|
AdClosed | System.Action | ||
AdFailed | System.Action | ||
AdLoaded | System.Action |
Method | Description | |
---|---|---|
AdInterstitialListener ( InterstitialAd adInterstitial ) : System | ||
OnAdClosed ( ) : void | ||
OnAdFailedToLoad ( int errorCode ) : void | ||
OnAdLoaded ( ) : void |
public AdInterstitialListener ( InterstitialAd adInterstitial ) : System | ||
adInterstitial | InterstitialAd | |
return | System |
public OnAdFailedToLoad ( int errorCode ) : void | ||
errorCode | int | |
return | void |