次の方法で共有


GKChallengeState 列挙型

定義

の状態 GKChallengeを指定する値を持つ列挙体。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public enum GKChallengeState
type GKChallengeState = 
継承
GKChallengeState
属性

フィールド

名前 説明
Invalid 0
Pending 1
Completed 2
Declined 3

適用対象