C# 클래스 Monobjc.GameKit.GKMatchRequest

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
SetInviteeResponseHandler ( GKInviteeResponse>.Action inviteeResponseHandler ) : void

A block to be called when a response from an invited player is returned to your game.

Original signature is '@property(nonatomic, copy) void(^inviteeResponseHandler)(NSString *playerID, GKInviteeResponse response)'

Available in OS X v10.9 and later.

메소드 상세

SetInviteeResponseHandler() 공개 메소드

A block to be called when a response from an invited player is returned to your game.

Original signature is '@property(nonatomic, copy) void(^inviteeResponseHandler)(NSString *playerID, GKInviteeResponse response)'

Available in OS X v10.9 and later.

public SetInviteeResponseHandler ( GKInviteeResponse>.Action inviteeResponseHandler ) : void
inviteeResponseHandler GKInviteeResponse>.Action
리턴 void