public static interface AlexaClientManager.AuthManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken() |
boolean |
isUserActive()
Check LWA user authentication status.
|
void |
onCreate(android.app.Activity activity)
Called when an activity was created from ActivityLifecycleCallback.
|
void |
onResume(android.app.Activity activity)
Called when an activity was resumed from ActivityLifecycleCallback.
|
void |
onStart(android.app.Activity activity)
Called when an activity was started from ActivityLifecycleCallback.
|
boolean |
refreshAccessToken()
Refresh the access token.
|
void |
startLWA()
Start LWA authentication at application startup time.
|
void startLWA()
boolean isUserActive()
java.lang.String getAccessToken()
void onCreate(android.app.Activity activity)
activity
- Activity created.void onStart(android.app.Activity activity)
activity
- Activity started.void onResume(android.app.Activity activity)
activity
- Activity resumed.boolean refreshAccessToken()