public interface AccountKitUpdateResult
extends android.os.Parcelable
Modifier and Type | Interface and Description |
---|---|
static class |
AccountKitUpdateResult.UpdateResult
The result of the given AccountKit update
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RESULT_KEY |
Modifier and Type | Method and Description |
---|---|
AccountKitError |
getError()
Gets the error.
|
java.lang.String |
getFinalAuthorizationState()
Gets the final authorization state.
|
boolean |
wasCancelled()
Gets a value indicating whether the update flow is cancelled by the user.
|
static final java.lang.String RESULT_KEY
@Nullable AccountKitError getError()
@Nullable java.lang.String getFinalAuthorizationState()
boolean wasCancelled()