C# 클래스 Monobjc.GameKit.GKMatchmaker

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

공개 메소드들

메소드 설명
SetInviteHandler ( NSArray>.Action inviteHandler ) : void

A block to be called when an invitation to join a match is accepted by the local player.

Original signature is '@property(nonatomic, copy) void(^inviteHandler)(GKInvite *acceptedInvite, NSArray *playersToInvite)'

Available in OS X v10.8 and later.

메소드 상세

SetInviteHandler() 공개 메소드

A block to be called when an invitation to join a match is accepted by the local player.

Original signature is '@property(nonatomic, copy) void(^inviteHandler)(GKInvite *acceptedInvite, NSArray *playersToInvite)'

Available in OS X v10.8 and later.

public SetInviteHandler ( NSArray>.Action inviteHandler ) : void
inviteHandler NSArray>.Action
리턴 void