BroadpeakGDPRPreference
public enum BroadpeakGDPRPreference : Int
Undocumented
-
Sets GDPR preference not to report in analytics server
Declaration
Swift
case GDPR_DELETE = 1 -
Sets GDPR preference to report with no decryption possible
Declaration
Swift
case GDPR_ANONYMIZED = 2 -
Sets GDPR preference to report with decryption possible on request on analytics server
Declaration
Swift
case GDPR_ENCRYPTED = 3 -
by default, Sets GDPR preference to report with no encryption
Declaration
Swift
case GDPR_CLEAR = 4