Class Factory
A factory for creating WinRT Store objects.
Inherited Members
Namespace: UnityEngine.Purchasing.Default
Syntax
public class Factory
Methods
Create(Boolean)
Creates a WinRTStore objects.
Declaration
public static IWindowsIAP Create(bool mocked)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | mocked | Whether or not to use a mock store. |
Returns
| Type | Description |
|---|---|
| IWindowsIAP | The instance of the |
Create(Boolean)
Creates a WinRTStore objects.
Declaration
public static IWindowsIAP Create(bool mocked)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | mocked | Whether or not to use a mock store. |
Returns
| Type | Description |
|---|---|
| IWindowsIAP | The instance of the |