C# Class Monobjc.GameKit.GKMatchRequest

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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 méthode

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
Résultat void