次の方法で共有


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
属性

適用対象