Protocols
The following protocols are available globally.
-
The SCAdFacadeDelegate protocol needs to be implemented by the video player implementation it receives its commands and delivers information through this protocol
See moreDeclaration
Objective-C
@protocol SCAdFacadeDelegate <NSObject>
-
Protocol that the video player uses to inform the listener about certain events.
See moreDeclaration
Objective-C
@protocol SCAdListener <NSObject>
-
Implement this protocol and set your receiver as SCAdLog logDelegate if you want to receive log messages in your app (not only in xcode console)
See moreDeclaration
Objective-C
@protocol SCAdLogDelegate <NSObject>
-
The SCAdSessionStateListener is a protocol that is being informed of the overall state of the sdk, before SessionStateRead is is reached, the sdk can´t be used
See moreDeclaration
Objective-C
@protocol SCAdSessionStateListener <NSObject>
-
::nodoc
See moreDeclaration
Objective-C
@protocol SCOmidEventLoggingDelegate <NSObject>
-
Use this protocol to inform the adSlotController about player related events
See moreDeclaration
Objective-C
@protocol SCPlayerEventListener <NSObject>