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. |
|
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. |