ALPrivacySettings Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ALPrivacySettings.h |
+ setHasUserConsent:
Set whether or not user has provided consent for information sharing with AppLovin.
+ (void)setHasUserConsent:(BOOL)hasUserConsentParameters
hasUserConsent |
‘YES’ if the user has provided consent for information sharing with AppLovin. ‘false’ by default. |
|---|
Discussion
Set whether or not user has provided consent for information sharing with AppLovin.
Declared In
ALPrivacySettings.h
+ hasUserConsent
Check if user has provided consent for information sharing with AppLovin.
+ (BOOL)hasUserConsentDiscussion
Check if user has provided consent for information sharing with AppLovin.
Declared In
ALPrivacySettings.h
+ setIsAgeRestrictedUser:
Mark user as age restricted (i.e. under 16).
+ (void)setIsAgeRestrictedUser:(BOOL)isAgeRestrictedUserParameters
isAgeRestrictedUser |
‘YES’ if the user is age restricted (i.e. under 16). |
|---|
Discussion
Mark user as age restricted (i.e. under 16).
Declared In
ALPrivacySettings.h
+ isAgeRestrictedUser
Check if user is age restricted.
+ (BOOL)isAgeRestrictedUserDiscussion
Check if user is age restricted.
Declared In
ALPrivacySettings.h