public static interface

AppLovinVariableService.OnVariablesUpdateListener

com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener

Class Overview

Interface definition for a callback to be invoked when latest variables are retrieved from the server.

Summary

Public Methods
abstract void onVariablesUpdate(Bundle variables)
Called when new variables are retrieved.

Public Methods

public abstract void onVariablesUpdate (Bundle variables)

Called when new variables are retrieved. The initial set of variables will be returned after the AppLovin SDK finishes initializing.

Parameters
variables The bundle containing the latest variables. These values may also be retrieved via the various getters in this class.