Поделиться через


GKMatchDelegate_Extensions.DataReceived Метод

Определение

Разработчики не должны использовать этот устаревший метод. Вместо этого разработчикам следует использовать "DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)".

[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 static void DataReceived (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSData data, string playerId);
static member DataReceived : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSData * string -> unit

Параметры

This
IGKMatchDelegate

Экземпляр, с которым работает этот метод расширения.

match
GKMatch
data
NSData
playerId
String
Атрибуты

Применяется к