GMBLConsentState Constants Reference

Declared in GMBLPrivacyManager.h

GMBLConsentState

Indicates the consent chosen by the user

Definition

typedef NS_ENUM(NSInteger, GMBLConsentState ) {
   GMBLConsentUnknown = 0,
   GMBLConsentGranted = 1,
   GMBLConsentRefused = 2,
};

Constants

GMBLConsentUnknown

Consent is unknown – typically because the user has not yet been asked for consent

Declared In GMBLPrivacyManager.h.

GMBLConsentGranted

Consent has been granted by the user

Declared In GMBLPrivacyManager.h.

GMBLConsentRefused

Consent has been refused by the user

Declared In GMBLPrivacyManager.h.

Declared In

GMBLPrivacyManager.h