IMAUniversalAdID
@interface IMAUniversalAdID : NSObject
Simple data object containing universal ad ID information.
-
The universal ad ID value. This will be “unknown” if it isn’t defined by the ad.
Declaration
Swift
var adIDValue: String { get }
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull adIDValue;
-
The universal ad ID registry with which the value is registerd. This will be “unknown” if it isn’t defined by the ad.
Declaration
Swift
var adIDRegistry: String { get }
Objective-C
@property (readonly, copy, nonatomic) NSString *_Nonnull adIDRegistry;