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

Listener for callbacks from deletePreference calls.

Package:accountkit
Instance Methods
onDeletePreference(String, AccountKitError)

Called when a preference has been deleted.

public void onDeletePreference(String key, AccountKitError error)
ParameterDescription
keyThe key for the preference that has been deleted.
errorAn error if the preference could not be deleted.