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 |
0 |
Hide | C# representation of Apple's object |
1 |
Show | C# representation of Apple's object |
2 |