ALUserService Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALUserService.h |
– showConsentDialogWithCompletionHandler:
Show the user consent dialog to the user using one from AppLovin’s SDK. You should check that you actually need to show the consent dialog
by checking ALSdkConfiguration
.consentDialogState
in the completion block of ALSdk#initializeSdkWithCompletionHandler
.
- (void)showConsentDialogWithCompletionHandler:(void ( ^ _Nullable ) ( void ))completionHandler
Discussion
Show the user consent dialog to the user using one from AppLovin’s SDK. You should check that you actually need to show the consent dialog
by checking ALSdkConfiguration
.consentDialogState
in the completion block of ALSdk#initializeSdkWithCompletionHandler
.
Declared In
ALUserService.h