docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Delete

    Delete(Action, Action<Exception>)

    Asynchronously delete data from the persistence layer.

    Declaration
    public void Delete(Action onDeletionCompleted = null, Action<Exception> onDeletionFailed = null)
    Parameters
    Type Name Description
    Action onDeletionCompleted

    Called when the deletion is completed with success.

    Action<Exception> onDeletionFailed

    Called with a detailed exception when the deletion failed.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)