public interface IdentityHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(Exception exception)
Handles any error that might have occurred while getting the user's
unique identifier from Amazon Cognito.
|
void |
onIdentityId(String identityId)
Handles the user's unique identifier.
|
void onIdentityId(String identityId)
identityId - Amazon Cognito Identity ID which uniquely identifies
the user.void handleError(Exception exception)
exception - exceptionCopyright © 2017. All rights reserved.