MPGDPRConsent Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | MPGDPRConsent.h |
consented
Whether the user consented to data collection
@property (nonatomic) BOOL consented
Discussion
Whether the user consented to data collection
Declared In
MPGDPRConsent.h
timestamp
Timestamp when the user was prompted for consent
@property (nonatomic, copy) NSDate *timestamp
Discussion
Timestamp when the user was prompted for consent
Declared In
MPGDPRConsent.h
location
Where the consent prompt took place. This can be a physical or digital location (e.g. URL)
@property (nonatomic, copy, nullable) NSString *location
Discussion
Where the consent prompt took place. This can be a physical or digital location (e.g. URL)
Declared In
MPGDPRConsent.h
hardwareId
The device ID associated with this consent record
@property (nonatomic, copy, nullable) NSString *hardwareId
Discussion
The device ID associated with this consent record
Declared In
MPGDPRConsent.h