AccountPreferences.OnLoadPreferenceListener
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.

Listener for callbacks from loadPreference calls.

Gói:accountkit
Phương thức thực thể
onLoadPreference(String, String, AccountKitError)

Called when a preference has been loaded.

public void onLoadPreference(String key, String value, AccountKitError error)
Thông sốMô tả
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.