Enum RelationshipsEventConnectionState
An enum describing the current state of a Relationships Event subscription's connection status.
Namespace: Unity.Services.Friends.Notifications
Syntax
public enum RelationshipsEventConnectionState
Fields
Name | Description | Value |
---|---|---|
Error | The relationships event subscription is currently in an error state, and won't recover on its own. |
|
Subscribed | The relationships event subscription is currently connected, and ready to receive notifications. |
|
Subscribing | The relationships event subscription is currently trying to connect to the service. |
|
Unknown | The relationships event subscription has reached an unknown state. |
|
Unsubscribed | The relationships event subscription is currently unsubscribed. |
|
Unsynced | The relationships event subscription is currently connected, but for some reason is having trouble receiving notifications. |