docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 April 2021