다음을 통해 공유


GKGameSession.DidReceiveData(GKGameSession, NSData, GKCloudPlayer) 메서드

정의

주의

Empty stub (GKGameSessionEventListenerPrivate category members are not public API).

[System.Obsolete("Empty stub (GKGameSessionEventListenerPrivate category members are not public API).")]
public static void DidReceiveData (GameKit.GKGameSession session, Foundation.NSData data, GameKit.GKCloudPlayer player);
[Foundation.Export("postSession:didReceiveData:fromPlayer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidReceiveData (GameKit.GKGameSession session, Foundation.NSData data, GameKit.GKCloudPlayer player);
static member DidReceiveData : GameKit.GKGameSession * Foundation.NSData * GameKit.GKCloudPlayer -> unit

매개 변수

session
GKGameSession
data
NSData
player
GKCloudPlayer
특성

적용 대상