| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider |
| Modifier and Type | Method and Description |
|---|---|
void |
CognitoUser.listDevices(int limit,
String paginationToken,
DevicesHandler callback)
Fetches the list of all remembered devices for this user, runs in current
thread.
|
void |
CognitoUser.listDevicesInBackground(int limit,
String paginationToken,
DevicesHandler callback)
Fetches the list of all remembered devices for this user.
|
Copyright © 2020. All rights reserved.