Interface | Description |
---|---|
AccountKit.InitializeCallback |
Callback passed to the initialize function.
|
AccountKitCallback<RESULT> |
A callback class for the AccountKit SDK.
|
AccountKitLoginResult | |
AccountKitUpdateResult | |
EmailLoginModel | |
LoginModel | |
PhoneLoginModel | |
PhoneUpdateModel |
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 is 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
Tracker.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
Tracker.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
|
UpdateFlowBroadcastReceiver |
Enum | Description |
---|---|
AccountKitError.Type | |
AccountKitUpdateResult.UpdateResult |
The result of the given AccountKit update
|
LoggingBehavior |
Specifies different categories of logging messages that can be generated.
|
LoginResult |
The result of the given AccountKit login
|
UpdateFlowBroadcastReceiver.Event |
Exception | Description |
---|---|
AccountKitException |
Represents an error condition specific to the AccountKit SDK for Android.
|