AccountPreferences.OnLoadPreferenceListener
Kelas ini tidak tersedia lagi di versi SDK terbaru.

Listener for callbacks from loadPreference calls.

Paket:accountkit
Metode Instance
onLoadPreference(String, String, AccountKitError)

Called when a preference has been loaded.

public void onLoadPreference(String key, String value, AccountKitError error)
ParameterKeterangan
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.