Method ListAllKeysAsync
ListAllKeysAsync(string)
Returns all keys stored in Cloud Save for the specified custom data ID. Throws a CloudSaveException with a reason code and explanation of what happened.
Declaration
Task<List<ItemKey>> ListAllKeysAsync(string customDataID)
Parameters
| Type | Name | Description |
|---|---|---|
| string | customDataID |
Returns
| Type | Description |
|---|---|
| Task<List<ItemKey>> | A list of keys and their metadata as stored in the server for the logged in player. |
Exceptions
| Type | Condition |
|---|---|
| CloudSaveException | Thrown if request is unsuccessful. |
| CloudSaveValidationException | Thrown if the service returned validation error. |
| CloudSaveRateLimitedException | Thrown if the service returned rate limited error. |