AccountPreferences.OnLoadPreferencesListener
This class is no longer available in the most recent version of the SDK.

Listener for callbacks from loadPreferences calls.

Package:accountkit
Instance Methods
onLoadPreferences(Map, AccountKitError)

Called when preferences have been loaded.

public void onLoadPreferences(Map preferences, AccountKitError error)
ParameterDescription
preferencesThe map of all preferences that have been loaded.
errorAn error if the preference could not be loaded.