Package org.robovm.apple.iad
Interface ADInterstitialAdDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
ADInterstitialAdDelegateAdapter
@Deprecated public interface ADInterstitialAdDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 10.0.
-
Method Summary
Modifier and Type Method Description voidactionDidFinish(ADInterstitialAd interstitialAd)Deprecated.booleanactionShouldBegin(ADInterstitialAd interstitialAd, boolean willLeave)Deprecated.voiddidFail(ADInterstitialAd interstitialAd, NSError error)Deprecated.voiddidLoad(ADInterstitialAd interstitialAd)Deprecated.voiddidUnload(ADInterstitialAd interstitialAd)Deprecated.voidwillLoad(ADInterstitialAd interstitialAd)Deprecated.
-
Method Details
-
didUnload
Deprecated. -
didFail
Deprecated. -
willLoad
Deprecated. -
didLoad
Deprecated. -
actionShouldBegin
Deprecated. -
actionDidFinish
Deprecated.
-