Package org.robovm.apple.iad
Interface ADBannerViewDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
ADBannerViewDelegateAdapter
@Deprecated public interface ADBannerViewDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 13.0.
-
Method Summary
Modifier and Type Method Description voidactionDidFinish(ADBannerView banner)Deprecated.booleanactionShouldBegin(ADBannerView banner, boolean willLeave)Deprecated.voiddidFailToReceiveAd(ADBannerView banner, NSError error)Deprecated.voiddidLoadAd(ADBannerView banner)Deprecated.voidwillLoadAd(ADBannerView banner)Deprecated.
-
Method Details
-
willLoadAd
Deprecated. -
didLoadAd
Deprecated. -
didFailToReceiveAd
Deprecated. -
actionShouldBegin
Deprecated. -
actionDidFinish
Deprecated.
-