Interface IStoreWrapper
Store wrapper containing the store instance and name.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IStoreWrapper
Properties
instance
Gets the instance of the store.
Declaration
Store instance { get; }
Property Value
Type | Description |
---|---|
Store | The store's instance |
name
Gets the name of the store.
Declaration
string name { get; }
Property Value
Type | Description |
---|---|
string | The store's name |
Methods
GetStoreConnectionState()
Gets the connection state of the store
Declaration
ConnectionState GetStoreConnectionState()
Returns
Type | Description |
---|---|
ConnectionState | The store's connectionState |