![]() |
SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
|
#import <SCAdConfiguration.h>
Class Methods | |
(SCAdConfiguration *) | + defaultTVOSConfigurationWith: |
defaultTVOSConfiguration for use with tvOS | |
(SCAdConfiguration *) | + defaultConfigurationWith:variants: |
The default configuration can be accessed through this static method. | |
(SCAdConfiguration *) | + defaultConfigurationWith:variants:environment: |
Default configuration initialized with the given SCAdEnvironment values. | |
Properties | |
NSString * | adURL |
The request url for you advertisement content. | |
NSString * | bundleId |
BundleId of the app. | |
SCAdEnvironment * | environment |
Use this to enable bitrate calculation, or set desiredBitrate. | |
SCAdVariants * | variants |
If you use opener, closer or bumper, SCAdVariants is the place to define them. | |
NSString *_Nullable | customTitle |
Use this property to specify a custom title for the ad. | |
UIColor *_Nullable | customTitleColor |
Use this property to specify a custom title color for the ad. | |
UIColor *_Nullable | customProgressBarColor |
Use this property to specify a custom progress bar color for the ad. | |
BOOL | allowAdSkipping |
You can prevent ad skipping with this boolean value, defaults to true. | |
NSInteger | skipOffset |
You can define an offset value, when you want to allow ad skipping (defaults to -1, meaning never) | |
BOOL | forceOpener |
force opener playback | |
BOOL | forceCloser |
force closer playback | |
BOOL | forceBumper |
force bumper playback | |
This class is used for configuring the advertisement behavior