VAMPResponseInfo
Objective-C
@interface VAMPResponseInfo : NSObject
Swift
class VAMPResponseInfo : NSObject
広告レスポンスの情報を定義したクラスです
-
広告リクエスト毎にユニークなID
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull seqID;Swift
var seqID: String { get } -
ロードが完了したアドネットワークの名前
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull adNetworkName;Swift
var adNetworkName: String { get } -
広告レスポンスにあるアダプターの情報
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<VAMPAdapterResponseInfo *> *_Nonnull adapterResponseInfoArray;Swift
var adapterResponseInfoArray: [VAMPAdapterResponseInfo] { get }
View on GitHub
VAMPResponseInfo Class Reference