Enum ConnectionState
The connection state to a store.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public enum ConnectionState
Fields
Name | Description |
---|---|
Connected | Connected to store service. |
Connecting | Connecting to store service. |
Disconnected | Disconnected from store service. |
Disconnecting | Disconnecting from store service. |
Unavailable | Store Service Unavailable |