Enum SubscriptionState
The subscription current state.
Namespace: Unity.Services.Wire.Internal
Syntax
public enum SubscriptionState : int
Fields
Name | Description | Value |
---|---|---|
Error | The subscription encountered an error and is not active. |
|
Subscribing | Wire is getting a token then sending a request to Wire to subscribe to a channel. |
|
Synced | The subscription is active and synchronized to the server. You can trust that the last message received from the subscription is up to date. |
|
Unsubscribed | The subscription is inactive. |
|
Unsynced | A connectivity issue prevents Wire from receiving update on this active subscription. As soon as Wire has reconnected, the subscription will receive the missing messages. |