docs.unity.cn
    Show / Hide Table of Contents

    Enum AppleStorePromotionVisibility

    This enum is a C# representation of the Apple object SKProductStorePromotionVisibility. https://developer.apple.com/documentation/storekit/skproductstorepromotionvisibility?changes=latest__7

    Converted to a string (ToString) to pass to Apple native code, so do not change these names.

    Namespace: UnityEngine.Purchasing
    Syntax
    public enum AppleStorePromotionVisibility

    Fields

    Name Description Value
    Default

    C# representation of Apple's object SKProductStorePromotionVisibility.default https://developer.apple.com/documentation/storekit/skproductstorepromotionvisibility/default?changes=latest__7

    0
    Hide

    C# representation of Apple's object SKProductStorePromotionVisibility.hide https://developer.apple.com/documentation/storekit/skproductstorepromotionvisibility/hide?changes=latest__7

    1
    Show

    C# representation of Apple's object SKProductStorePromotionVisibility.show https://developer.apple.com/documentation/storekit/skproductstorepromotionvisibility/show?changes=latest__7

    2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 April 2021