SKProductPeriodUnit Enum

Definition

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

Day 0

The subscription is defined in terms of days.

Month 2

The subscription is defined in terms of months.

Week 1

The subscription is defined in terms of weeks.

Year 3

The subscription is defined in terms of a year or years.

Applies to