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>
-
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>
-
Delegate functions that need to be implemented to use this class correctly
See moreDeclaration
Objective-C
@protocol SCAdControllerDelegate <NSObject>
-
Undocumented
See moreDeclaration
Objective-C
@protocol SCAdControllerLoggingDelegate <NSObject> - (void)log:(NSString*)string; @end
-
SCVMAPAdControllerDelegate extends SCAdControllerDelegate
See moreDeclaration
Objective-C
@protocol SCVMAPAdControllerDelegate <SCAdControllerDelegate>