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 moreDeclaration
Objective-C
@protocol SCAdSequencerDelegate <NSObject>
-
Use this protocol to be notified when the sdk is ready to be used
See moreDeclaration
Objective-C
@protocol SCAdSessionStateListener <NSObject>
-
The listener protocol that needs to be implemented by your view controller
See moreDeclaration
Objective-C
@protocol SCAdListener <NSObject>