SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
SCAdVariants Class Reference

This class holds an opener, closer and/or bumper for an adTag. More...

#import <SCAdVariants.h>

Inheritance diagram for SCAdVariants:

Instance Methods

(id) - initWithOpener:closer:bumper:
 

Properties

NSString *_Nullable opener
 url string of the opener
 
NSString *_Nullable closer
 url string of the closer
 
NSString *_Nullable bumper
 url string of the bumper
 
BOOL forceOpener
 force opener playback
 
BOOL forceCloser
 force closer playback
 
BOOL forceBumper
 force bumper playback
 

Detailed Description

This class holds an opener, closer and/or bumper for an adTag.

Method Documentation

◆ initWithOpener:closer:bumper:

- (id) initWithOpener: (nullable NSString *)  opener
closer: (nullable NSString *)  closer
bumper: (nullable NSString *)  bumper 

Initialize a Variant object

  • Parameter opener: url of video played before the advertisement
  • Parameter closer: url of video played after the advertisement
  • Parameter bumper: url of bumper video

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