public static interface AccountPreferences.OnLoadPreferenceListener
Modifier and Type | Method and Description |
---|---|
void |
onLoadPreference(java.lang.String key,
java.lang.String value,
AccountKitError error)
Called when a preference has been loaded.
|
void onLoadPreference(java.lang.String key, @Nullable java.lang.String value, @Nullable AccountKitError error)
key
- The key for the preference that has been loaded.value
- The value for the preference that has been loaded.error
- An error if the preference could not be loaded.