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

Listener for callbacks from setPreference calls.

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

Called when a preference has been set.

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