VAMPAdapterParams
Objective-C
@interface VAMPAdapterParams : NSObject
Swift
class VAMPAdapterParams : NSObject
Adapterのパラメータ
-
広告枠ID
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull placementId;
Swift
var placementId: String { get }
-
adId
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *adId;
Swift
var adId: String? { get }
-
メディエーションパラメータ
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSDictionary *mediationParams;
Swift
var mediationParams: [AnyHashable : Any]? { get }
-
広告パラメータ
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSDictionary *adParams;
Swift
var adParams: [AnyHashable : Any]? { get }
-
VAST xml
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *vastXML;
Swift
var vastXML: String? { get }
-
ランディングURL
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSURL *landingURL;
Swift
var landingURL: URL? { get }
-
Deprecated
VideoConfiguration
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) VAMPVideoConfiguration *videoConfiguration;
Swift
@NSCopying var videoConfiguration: VAMPVideoConfiguration? { get }