GKMatchDelegate.DataReceived(GKMatch, NSData, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should not use this deprecated method. Developers should use 'DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)' instead.
[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
Parameters
- match
- GKMatch
- data
- NSData
- playerId
- String
- Attributes