Type Property 型プロパティ

GKPlayerAuthenticationDidChangeNotificationName

A notification that posts after GameKit authenticates the local player. GameKitがローカルプレイヤーを認証する後に投函する通知。

Declaration 宣言

static let GKPlayerAuthenticationDidChangeNotificationName: NSNotification.Name

Discussion 議論

The object property for this notification is a GKLocalPlayer object. Passing nil provides standard Notification Center behavior, which is to receive the notification for any object. この通知に対するオブジェクトプロパティは、GKLocalPlayerオブジェクトです。nilを渡すことは、標準の「通知センター」挙動を提供します、それはあらゆるオブジェクトに対する通知を受け取ることになります。

See Also 参照

GameKit