AccountPreferences.OnLoadPreferenceListener
最新版的 SDK 已不支持此类。

Listener for callbacks from loadPreference calls.

应用安装包:accountkit
实例方法
onLoadPreference(String, String, AccountKitError)

Called when a preference has been loaded.

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