SKProductPeriodUnit 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義訂用帳戶的自然期間。
[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 =
- 繼承
-
SKProductPeriodUnit
- 屬性
欄位
Day | 0 | 訂用帳戶是以天數來定義。 |
Month | 2 | 訂用帳戶是以月份來定義。 |
Week | 1 | 訂用帳戶是以周為單位來定義。 |
Year | 3 | 訂閱是以年份或年份來定義。 |