public interface AppLovinUserService
Service object for performing user-related tasks.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppLovinUserService.OnConsentDialogDismissListener
Interface used to allow the presented of the consent dialog to run some code when the dialog is dismissed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
showConsentDialog(android.app.Activity parentActivity,
AppLovinUserService.OnConsentDialogDismissListener listener)
Show the user consent dialog to the user using one from AppLovin's SDK.
|
void showConsentDialog(android.app.Activity parentActivity,
AppLovinUserService.OnConsentDialogDismissListener listener)
AppLovinSdkConfiguration.getConsentDialogState() in the callback function of AppLovinSdk.initializeSdk(AppLovinSdk.SdkInitializationListener)}.