GDPRConsentRequirement Constants Reference
| Declared in | GMBLPrivacyManager.h |
|---|
GDPRConsentRequirement
Indicates the requirement for user consent for SDK operation under the GDPR
Definition
typedef NS_ENUM(NSInteger, GDPRConsentRequirement ) {
GMBLGDPRConsentRequirementUnknown = 1,
GMBLGDPRConsentNotRequired = 2,
GMBLGDPRConsentRequired = 3,
};
Constants
GMBLGDPRConsentRequirementUnknown-
GDPR user consent status is not yet known - The Gimbal SDK has not yet been able to contact its server
Declared In
GMBLPrivacyManager.h. GMBLGDPRConsentNotRequired-
GDPR user consent is not required at this location - it may be required at a different location
Declared In
GMBLPrivacyManager.h. GMBLGDPRConsentRequired-
GDPR user consent is required at this location
Declared In
GMBLPrivacyManager.h.
Declared In
GMBLPrivacyManager.h