Interface IMicrosoftConfiguration
Common interface for Universal Windows Platform configuration.
Namespace: UnityEngine.Purchasing
Syntax
public interface IMicrosoftConfiguration : IStoreConfiguration
Properties
useMockBillingSystem
Whether or not to use the Mock Billing system in UWP builds. If mock billing is used, the app can be tested before registering the app on the Windows Store. App releases should not be shipped with this flag set to true.
Declaration
bool useMockBillingSystem { get; set; }
Property Value
Type | Description |
---|---|
Boolean |