Enum SubscriptionPeriodUnit
Used internally to parse Apple receipts. Corresponds to Apple SKProductPeriodUnit.
Namespace: UnityEngine.Purchasing
Syntax
public enum SubscriptionPeriodUnit
Fields
Name | Description | Value |
---|---|---|
Day | An interval lasting one day. |
0 |
Month | An interval lasting one month. |
1 |
Week | An interval lasting one week. |
2 |
Year | An interval lasting one year. |
3 |
NotAvailable | Default value when no value is available. |
4 |