Protocols

The following protocols are available globally.

  • SASBannerView delegate.

    See more

    Declaration

    Objective-C

    @protocol SASBannerViewDelegate <NSObject>

    Swift

    protocol SASBannerViewDelegate : NSObjectProtocol
  • SASInterstitialManager delegate.

    See more

    Declaration

    Objective-C

    @protocol SASInterstitialManagerDelegate <NSObject>

    Swift

    protocol SASInterstitialManagerDelegate : NSObjectProtocol
  • Protocol implemented by mediation adapters that load and return banner ads.

    See more

    Declaration

    Objective-C

    @protocol SASMediationBannerAdapter <NSObject>

    Swift

    protocol SASMediationBannerAdapter : NSObjectProtocol
  • SASMediationBannerAdapter delegate.

    See more

    Declaration

    Objective-C

    @protocol SASMediationBannerAdapterDelegate <NSObject>

    Swift

    protocol SASMediationBannerAdapterDelegate : NSObjectProtocol
  • Protocol implemented by mediation adapters that load and show interstitial ads.

    See more

    Declaration

    Objective-C

    @protocol SASMediationInterstitialAdapter <NSObject>

    Swift

    protocol SASMediationInterstitialAdapter : NSObjectProtocol
  • SASMediationInterstitialAdapter delegate.

    See more

    Declaration

    Objective-C

    @protocol SASMediationInterstitialAdapterDelegate <NSObject>

    Swift

    protocol SASMediationInterstitialAdapterDelegate : NSObjectProtocol