Class StandardPurchasingModule
Module for the standard stores covered by Unity; Apple App store, Google Play and more.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class StandardPurchasingModule : AbstractPurchasingModule, IPurchasingModule, IAndroidStoreSelection, IStoreConfiguration
Fields
| Name | Description |
|---|---|
| k_PackageVersion | Obsolete and inaccurate. Do not use. |
Properties
| Name | Description |
|---|---|
| Version | The version of com.unity.purchasing installed and the app was built using. |
| appStore | A property that retrieves the |
| useFakeStoreAlways | Whether or not to use the Fake store. |
| useFakeStoreUIMode | The UI mode for the Fake store, if it's in use. |
Methods
| Name | Description |
|---|---|
| Configure() | Configures the StandardPurchasingModule. |
| Instance() | Creates an instance of StandardPurchasingModule or retrieves the existing one. |
| Instance(AppStore) | Creates an instance of StandardPurchasingModule or retrieves the existing one, specifying a type of App store. |