Enum FakeStoreUIMode
The various kinds of Fake Store UI presentations. Requires UIFakeStore variant of FakeStore to function.
Namespace: UnityEngine.Purchasing
Syntax
public enum FakeStoreUIMode : int
Fields
Name | Description | Value |
---|---|---|
Default | FakeStore by default displays no dialogs. |
0 |
StandardUser | Simple dialog is shown when Purchasing. |
1 |
DeveloperUser | Dialogs with failure reason code selection when Initializing/Retrieving Products and when Purchasing. |
2 |