public interface

AppLovinUserService

com.applovin.sdk.AppLovinUserService

Class Overview

Created by Thomas So on October 02 2018

Service object for performing user-related tasks.

Summary

Nested Classes
interface AppLovinUserService.OnConsentDialogDismissListener Interface used to allow the presented of the consent dialog to run some code when the dialog is dismissed. 
Public Methods
abstract void showConsentDialog(Activity parentActivity, AppLovinUserService.OnConsentDialogDismissListener listener)
Show the user consent dialog to the user using one from AppLovin's SDK.

Public Methods

public abstract void showConsentDialog (Activity parentActivity, AppLovinUserService.OnConsentDialogDismissListener listener)

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 getConsentDialogState() in the callback function of initializeSdk(AppLovinSdk.SdkInitializationListener)}.