GKInviteEventListener_Extensions Class

Definition

Extension methods to the IGKInviteEventListener interface to support all the methods from the GKInviteEventListener protocol.

public static class GKInviteEventListener_Extensions
type GKInviteEventListener_Extensions = class
Inheritance
GKInviteEventListener_Extensions

Remarks

The extension methods for IGKInviteEventListener allow developers to treat instances of the interface as having all the optional methods of the original GKInviteEventListener protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidAcceptInvite(IGKInviteEventListener, GKPlayer, GKInvite)
DidRequestMatch(IGKInviteEventListener, GKPlayer, GKPlayer[])
DidRequestMatch(IGKInviteEventListener, GKPlayer, String[])

Developers should not use this deprecated method. Developers should use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.

Applies to