다음을 통해 공유


GKMatchDelegate_Extensions.DataReceivedForRecipient 메서드

정의

가 다른 player에서 데이터를 수신할 recipient 때 호출되는 메서드입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DataReceivedForRecipient (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSData data, GameKit.GKPlayer recipient, GameKit.GKPlayer player);
static member DataReceivedForRecipient : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSData * GameKit.GKPlayer * GameKit.GKPlayer -> unit

매개 변수

This
IGKMatchDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

match
GKMatch
data
NSData
recipient
GKPlayer
player
GKPlayer
특성

적용 대상