| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
UserStateDetails |
AWSMobileClient.currentUserState()
Performs a check on the current UserState.
|
UserStateDetails |
AWSMobileClient.federatedSignIn(String providerKey,
String token)
Federate tokens from custom identity providers into Cognito Identity Pool by providing the
logins key and token
|
UserStateDetails |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
FederatedSignInOptions options)
Federate tokens from custom identity providers by providing the
logins key and token
|
protected UserStateDetails |
AWSMobileClient.getUserStateDetails(boolean offlineCheck)
Has side-effect of attempting to alert developer to try and sign-in user
when required to be signed-in and will mutate the user's state.
|
UserStateDetails |
AWSMobileClient.showSignIn(android.app.Activity callingActivity)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
UserStateDetails |
AWSMobileClient.showSignIn(android.app.Activity callingActivity,
SignInUIOptions signInUIOptions)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserStateListener.onUserStateChanged(UserStateDetails details) |
protected void |
AWSMobileClient.setUserState(UserStateDetails details) |
| Modifier and Type | Method and Description |
|---|---|
protected Runnable |
AWSMobileClient._initialize(android.content.Context context,
com.amazonaws.mobile.config.AWSConfiguration awsConfiguration,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.currentUserState(Callback<UserStateDetails> callback)
Performs a check on the current UserState.
|
void |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
Callback<UserStateDetails> callback)
Federate tokens from custom identity providers into Cognito Identity Pool by providing the
logins key and token
|
void |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
FederatedSignInOptions options,
Callback<UserStateDetails> callback)
Federate tokens from custom identity providers by providing the
logins key and token
|
protected void |
AWSMobileClient.federatedSignInWithoutAssigningState(String providerKey,
String token,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.initialize(android.content.Context context,
com.amazonaws.mobile.config.AWSConfiguration awsConfig,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.initialize(android.content.Context context,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.showSignIn(android.app.Activity callingActivity,
Callback<UserStateDetails> callback)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
void |
AWSMobileClient.showSignIn(android.app.Activity callingActivity,
SignInUIOptions signInUIOptions,
Callback<UserStateDetails> callback)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
Copyright © 2020. All rights reserved.