C# Class Monobjc.GameKit.GKMatchRequest

Show file Open project: Monobjc/monobjc

Public Methods

Method Description
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.

Method Details

SetInviteeResponseHandler() public method

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
return void