Method Instance
Instance()
Creates an instance of StandardPurchasingModule or retrieves the existing one.
Declaration
public static StandardPurchasingModule Instance()
Returns
Type | Description |
---|---|
StandardPurchasingModule | The existing instance or the one just created. |
Instance(AppStore)
Creates an instance of StandardPurchasingModule or retrieves the existing one, specifying a type of App store.
Declaration
public static StandardPurchasingModule Instance(AppStore androidStore)
Parameters
Type | Name | Description |
---|---|---|
AppStore | androidStore | The type of Android Store with which to create the instance. |
Returns
Type | Description |
---|---|
StandardPurchasingModule | The existing instance or the one just created. |