SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Instance Methods | Class Methods | Properties | List of all members
SCAdConfiguration Class Reference

This class is used to configure the advertisement behavior. More...

#import <SCAdConfiguration.h>

Inheritance diagram for SCAdConfiguration:

Instance Methods

(void) - setOMIDVerificationVendorWhitelist:
 

Class Methods

(SCAdConfiguration *) + defaultConfigurationWith:variants:environment:
 Default configuration initialized with the given SCAdEnvironment values.
 
(SCAdConfiguration *) + defaultInstreamConfigurationWith:
 defaultInstreamConfiguration for use with sequencer
 
(NSString *) + sdkVersionString
 SpotXSDK version string.
 
(NSString *) + omidSDKVersionString
 OMIDSDK version string.
 

Properties

NSString *_Nullable adURL
 The request url for you advertisement content.
 
NSString *_Nullable bundleId
 BundleId of the app.
 
SCAdEnvironment *_Nullable environment
 Use this to enable bitrate calculation, or set desiredBitrate.
 
SCAdVariants *_Nullable 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 initialMuted
 true if the audio of the advertisement should be muted from the beginning. Defaulting to false.
 
NSString *_Nonnull clickThroughDialogMessage
 message to be displayed on the clickThrough dialog (default: "Open in Browser?")
 
NSString *_Nonnull clickThroughPositiveAnswer
 string to be displayed on the clickThrough dialog`s positive answer button (default: "YES")
 
NSString *_Nonnull clickThroughNegativeAnswer
 string to be displayed on the clickThrough dialog`s negative answer button (default: "NO")
 
enum SCClickType clickType
 clickType for clickThrough handling (default: ClickableWithConfirmationDialog)
 
BOOL customizableClickThroughAlert
 if you want to have control over the UIAlertController during clickThrough set this to "YES" (and leave clickType on default)
 
NSString *_Nullable replayButtonImageName
 name of the image asset used for the replay button (outstream only)
 

Detailed Description

This class is used to configure the advertisement behavior.

Method Documentation

◆ setOMIDVerificationVendorWhitelist:

- (void) setOMIDVerificationVendorWhitelist: (NSArray *)  vendors

use this function to set the verificationVendors whitelist if not set, all vendors are added to the whitelist


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