docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISubscriptionEvents

    An interface allowing the subscription and unsubscription to the Cloud Code subscription system and the callbacks invoked when an event occurs on the notification system.

    Namespace: Unity.Services.CloudCode.Subscriptions
    Syntax
    public interface ISubscriptionEvents

    Properties

    Callbacks

    The callbacks associated with the Cloud Code events subscription.

    Declaration
    SubscriptionEventCallbacks Callbacks { get; }
    Property Value
    Type Description
    SubscriptionEventCallbacks

    Methods

    SubscribeAsync()

    Subscribes or re-subscribes to the events system.

    Declaration
    Task SubscribeAsync()
    Returns
    Type Description
    Task

    An awaitable task.

    Exceptions
    Type Condition
    CloudCodeException

    Represents an exception that occurs when communicating with the Cloud Code service.

    UnsubscribeAsync()

    Unsubscribes from the events system.

    Declaration
    Task UnsubscribeAsync()
    Returns
    Type Description
    Task

    An awaitable task.

    Exceptions
    Type Condition
    CloudCodeException

    Represents an exception that occurs when communicating with the Cloud Code service.

    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