SKProductPeriodUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the natural period for a subscription.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKProductPeriodUnit
type SKProductPeriodUnit =
- Inheritance
-
SKProductPeriodUnit
- Attributes
Fields
Name | Value | Description |
---|---|---|
Day | 0 | The subscription is defined in terms of days. |
Week | 1 | The subscription is defined in terms of weeks. |
Month | 2 | The subscription is defined in terms of months. |
Year | 3 | The subscription is defined in terms of a year or years. |