Protocols

The following protocols are available globally.

  • Common interface to rule process of displaying ad

    See more

    Declaration

    Objective-C

    @protocol VIAd <NSObject>

    Swift

    protocol VIAd : NSObjectProtocol
  • Callbacks on video display events

    See more

    Declaration

    Objective-C

    @protocol VIAdDelegate <NSObject>

    Swift

    protocol VIAdDelegate : NSObjectProtocol
  • Interface to display native video ad

    See more

    Declaration

    Objective-C

    @protocol VIVideoAd <VIAd>

    Swift

    protocol VIVideoAd : VIAd
  • Interface to display interstitial ad

    See more

    Declaration

    Objective-C

    @protocol VIInterstitialAd <VIAd>

    Swift

    protocol VIInterstitialAd : VIAd