SmartclipSDKiOSCreator
@interface SmartclipSDKiOSCreator : NSObject
Helper functions for easy access of certain controller classes
-
Create a simple ad controller (used for standalone player)
Declaration
Objective-C
+ (SCSimpleAdController *_Nonnull)createSmartclipSDKForStandalonePlayer;
-
Create an ad controller for VMAP (playlist playback)
Declaration
Objective-C
+ (SCVMAPAdController *_Nonnull)createSmartclipSDKForVMAPPlayer;