docs.unity3d.com
    Show / Hide Table of Contents

    Interface IManagedStoreConfig

    IAP E-Commerce Managed Store Configuration

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IManagedStoreConfig : IStoreConfiguration

    Properties

    baseEventUrl

    The base URL for web request events.

    Declaration
    string baseEventUrl { get; set; }
    Property Value
    Type Description
    String

    baseIapUrl

    The base URL for the e-Commerce portal.

    Declaration
    string baseIapUrl { get; set; }
    Property Value
    Type Description
    String

    disableStoreCatalog

    Whether or not the store catalog is disabled.

    Declaration
    bool disableStoreCatalog { get; set; }
    Property Value
    Type Description
    Boolean

    storeTestEnabled

    Whether or not store testing is enabled.

    Declaration
    bool storeTestEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    trackingOptOut

    Whether or the tracking has been opted out for Promo products.

    Declaration
    bool? trackingOptOut { get; set; }
    Property Value
    Type Description
    Nullable<Boolean>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023