Class DealerPurchasingModule
Module for the standard stores covered by Unity; Apple App store, Google Play and more.
Declaration
public class DealerPurchasingModule : StandardPurchasingModule
Methods
GetOrCreateInstance()
Creates an instance of StandardPurchasingModule or retrieves the existing one.
Declaration
public static DealerPurchasingModule GetOrCreateInstance()
Returns
UnityEngine.Purchasing.DealerPurchasingModule: The existing instance or the one just created.### GetOrCreateInstance(AppStore) Creates an instance of StandardPurchasingModule or retrieves the existing one, specifying a type of App store.
Declaration
public static DealerPurchasingModule GetOrCreateInstance(AppStore androidStore)
Returns
UnityEngine.Purchasing.DealerPurchasingModule: The existing instance or the one just created.
Parameters
Type | Name | Description |
---|---|---|
Global.AppStore | androidStore | The type of Android Store with which to create the instance. |
Configure()
Declaration
public override void Configure()