Class ISN_SKProductSubscriptionPeriod
An object containing the subscription period duration information.
Inheritance
System.Object
ISN_SKProductSubscriptionPeriod
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKProductSubscriptionPeriod
Properties
NumberOfUnits
The number of units per subscription period.
Declaration
public int NumberOfUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Unit
The increment of time that a subscription period is specified in.
Declaration
public ISN_SKProductPeriodUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
ISN_SKProductPeriodUnit |