Method ListAllKeysAsync
ListAllKeysAsync()
Returns all keys stored in Cloud Save for the logged in player. Throws a CloudSaveException with a reason code and explanation of what happened.
Declaration
Task<List<ItemKey>> ListAllKeysAsync()
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. |