BMPAdSource
@interface BMPAdSource : NSObject
Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSources as waterfalling option.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) BMPAdSourceType typeSwift
var type: BMPAdSourceType { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, copy) NSURL *tagSwift
@NSCopying var tag: NSURL { get } -
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithTag:(NSURL *)tag ofType:(BMPAdSourceType)type NS_DESIGNATED_INITIALIZER NS_SWIFT_NAME(init(tag:ofType:));Swift
init(tag: NSURL, ofType type: BMPAdSourceType)
View on GitHub
BMPAdSource Class Reference