Protocols

The following protocols are available globally.

  • SCAdSequencerDelegate: the sequencer protocol that you need to implemented to be able to react to sequencer state changes, get events from the sdk and to reinsert overscrubbed adSlots.

    See more

    Declaration

    Objective-C

    @protocol SCAdSequencerDelegate <NSObject>
  • Use this protocol to be notified when the sdk is ready to be used

    See more

    Declaration

    Objective-C

    @protocol SCAdSessionStateListener <NSObject>
  • The listener protocol that needs to be implemented by your view controller

    See more

    Declaration

    Objective-C

    @protocol SCAdListener <NSObject>