docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICustomDataService

    Namespace: Unity.Services.CloudSave.Internal
    Assembly: solution.dll
    Syntax
    public interface ICustomDataService

    Methods

    Name Description
    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.

    LoadAllAsync(string)

    Downloads all items from Cloud Save for the custom data ID. There is no client validation in place. Throws a CloudSaveException with a reason code and explanation of what happened.

    LoadAsync(string, ISet<string>)

    Downloads items from Cloud Save for the custom data ID and keys provided. There is no client validation in place. Throws a CloudSaveException with a reason code and explanation of what happened.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023