| Package | Description |
|---|---|
| com.amazonaws.mobile.auth.core |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.doStartupAuth(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler)
Deprecated.
Please use
IdentityManager.resumeSession(Activity, StartupAuthResultHandler) method instead. |
void |
IdentityManager.doStartupAuth(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler,
long minimumDelay)
Deprecated.
Please use
IdentityManager.resumeSession(Activity, StartupAuthResultHandler, long) method instead. |
void |
IdentityManager.resumeSession(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler)
This should be called from your app's splash activity upon start-up.
|
void |
IdentityManager.resumeSession(android.app.Activity callingActivity,
StartupAuthResultHandler startupAuthResultHandler,
long minimumDelay)
This should be called from your app's splash activity upon start-up.
|
Copyright © 2017. All rights reserved.