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

Listener for callbacks from loadPreference calls.

Package:accountkit
Instance Methods
onLoadPreference(String, String, AccountKitError)

Called when a preference has been loaded.

public void onLoadPreference(String key, String value, AccountKitError error)
ParameterDescription
keyThe key for the preference that has been loaded.
valueThe value for the preference that has been loaded.
errorAn error if the preference could not be loaded.