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