v2.4.0
2020.3+

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
TypeDescription
SubscriptionEventCallbacks

Methods

SubscribeAsync()

Subscribes or re-subscribes to the events system.

Declaration
Task SubscribeAsync()
Returns
TypeDescription
Task

An awaitable task.

Exceptions
TypeCondition
CloudCodeException

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

UnsubscribeAsync()

Unsubscribes from the events system.

Declaration
Task UnsubscribeAsync()
Returns
TypeDescription
Task

An awaitable task.

Exceptions
TypeCondition
CloudCodeException

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