SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
Loading...
Searching...
No Matches
Class Methods | Properties | List of all members
SCAdConfiguration Class Reference

#import <SCAdConfiguration.h>

Inheritance diagram for SCAdConfiguration:

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.
 
SCAdEnvironmentenvironment
 Use this to enable bitrate calculation, or set desiredBitrate.
 
SCAdVariantsvariants
 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
 

Detailed Description

This class is used for configuring the advertisement behavior


The documentation for this class was generated from the following file: