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