| com.applovin.sdk.AppLovinVariableService.OnVariablesUpdateListener |
Interface definition for a callback to be invoked when latest variables are retrieved from the server.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onVariablesUpdate(Bundle variables)
Called when new variables are retrieved.
| ||||||||||
Called when new variables are retrieved. The initial set of variables will be returned after the AppLovin SDK finishes initializing.
| variables | The bundle containing the latest variables. These values may also be retrieved via the various getters in this class. |
|---|