UAAssociatedIdentifiers Class Reference
Inherits from | NSObject |
Declared in | UAAssociatedIdentifiers.h |
Tasks
-
+ identifiers
-
+ identifiersWithDictionary:
-
advertisingID
property -
vendorID
property -
allIDs
property -
– setIdentifier:forKey:
Properties
advertisingID
The advertising ID.
@property (nonatomic, copy, nullable) NSString *advertisingID
Declared In
UAAssociatedIdentifiers.h
allIDs
A map of all the associated identifiers.
@property (nonatomic, readonly) NSDictionary *allIDs
Declared In
UAAssociatedIdentifiers.h
Class Methods
identifiers
Factory method to create an empty identifiers object.
+ (instancetype)identifiers
Return Value
The created associated identifiers.
Declared In
UAAssociatedIdentifiers.h
identifiersWithDictionary:
Factory method to create an associated identifiers instance with a dictionary of custom identifiers.
+ (instancetype)identifiersWithDictionary:(NSDictionary<NSString*,NSString*> *)identifiers
Return Value
The created associated identifiers.
Declared In
UAAssociatedIdentifiers.h