AI-generated Key Takeaways
- 
          IMAUniversalAdID is a simple data object containing universal ad ID information. 
- 
          The adIDValueproperty holds the universal ad ID value, which will be "unknown" if undefined.
- 
          The adIDRegistryproperty indicates the registry with which the value is registered, also "unknown" if undefined.
IMAUniversalAdID
@interface IMAUniversalAdID : NSObjectSimple data object containing universal ad ID information.
- 
                  
                  The universal ad ID value. This will be “unknown” if it isn’t defined by the ad. DeclarationSwift var adIDValue: String { get }Objective-C @property (nonatomic, copy, readonly) NSString *_Nonnull adIDValue;
- 
                  
                  The universal ad ID registry with which the value is registered. This will be “unknown” if it isn’t defined by the ad. DeclarationSwift var adIDRegistry: String { get }Objective-C @property (nonatomic, copy, readonly) NSString *_Nonnull adIDRegistry;