Share via


GKTurnBasedMatchmakerViewControllerDelegate_Extensions Class

Definition

Extension methods to the IGKTurnBasedMatchmakerViewControllerDelegate interface to support all the methods from the GKTurnBasedMatchmakerViewControllerDelegate protocol.

public static class GKTurnBasedMatchmakerViewControllerDelegate_Extensions
type GKTurnBasedMatchmakerViewControllerDelegate_Extensions = class
Inheritance
GKTurnBasedMatchmakerViewControllerDelegate_Extensions

Remarks

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

Methods

Name Description
FoundMatch(IGKTurnBasedMatchmakerViewControllerDelegate, GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)

Developers should not use this deprecated method. Developers should use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.

PlayerQuitForMatch(IGKTurnBasedMatchmakerViewControllerDelegate, GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)

Applies to