다음을 통해 공유


GKMatchDelegate.DataReceived(GKMatch, NSData, String) 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 'DataReceivedFromPlayer(GKMatch, NSData,GKPlayer)'를 사용해야 합니다.

[Foundation.Export("match:didReceiveData:fromPlayer:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DataReceived (GameKit.GKMatch match, Foundation.NSData data, string playerId);
abstract member DataReceived : GameKit.GKMatch * Foundation.NSData * string -> unit
override this.DataReceived : GameKit.GKMatch * Foundation.NSData * string -> unit

매개 변수

match
GKMatch
data
NSData
playerId
String
특성

적용 대상