Interface | Description |
---|---|
AccountKit.InitializeCallback |
Callback passed to the initialize function.
|
AccountKitCallback<RESULT> |
A callback class for the AccountKit SDK.
|
AccountKitLoginResult | |
AccountPreferences |
Accesses Account preferences that are stored on the Account Kit servers for the associated app
and account.
|
AccountPreferences.OnDeletePreferenceListener |
Listener for callbacks from `deletePreference` calls.
|
AccountPreferences.OnLoadPreferenceListener |
Listener for callbacks from `loadPreference` calls.
|
AccountPreferences.OnLoadPreferencesListener |
Listener for callbacks from `loadPreferences` calls.
|
AccountPreferences.OnSetPreferenceListener |
Listener for callbacks from `setPreference` calls.
|
EmailLoginModel | |
LoginModel | |
PhoneLoginModel |
Class | Description |
---|---|
AccessToken |
This class represents an immutable access token for using AccountKit APIs.
|
AccessTokenTracker |
This class can be extended to receive notifications of access token changes.
|
Account |
This class represents an AccountKit Account
|
AccountKit |
This seems to be the main class for initialization and login for AccountKit.
|
AccountKitError |
Map of all the existing SDK error codes and respective message for convenience
|
AccountKitSdkVersion | |
EmailLoginTracker |
Tracks broadcasts about changes in the status of the current email login model
The
stopTracking() method should be called in the onDestroy() method of the receiving
Activity or Fragment. |
LoggingBehaviorCollection | |
PhoneLoginTracker |
Tracks broadcasts about changes in the status of the current phone login model
The
stopTracking() method should be called in the onDestroy() method of the receiving
Activity or Fragment. |
PhoneNumber |
Container for phone numbers with a separate country code from full phone number
|
Tracker |
Tracks broadcasts about changes in the state
|
Enum | Description |
---|---|
AccountKitError.Type | |
LoggingBehavior |
Specifies different categories of logging messages that can be generated.
|
LoginResult |
The result of the given AccountKit login
|
Exception | Description |
---|---|
AccountKitException |
Represents an error condition specific to the AccountKit SDK for Android.
|