GKMatchmakerViewControllerDelegate_Extensions Class

Definition

Extension methods to the IGKMatchmakerViewControllerDelegate interface to support all the methods from the GKMatchmakerViewControllerDelegate protocol.

public static class GKMatchmakerViewControllerDelegate_Extensions
type GKMatchmakerViewControllerDelegate_Extensions = class
Inheritance
GKMatchmakerViewControllerDelegate_Extensions

Remarks

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

Methods

HostedPlayerDidAccept(IGKMatchmakerViewControllerDelegate, GKMatchmakerViewController, GKPlayer)
ReceivedAcceptFromHostedPlayer(IGKMatchmakerViewControllerDelegate, GKMatchmakerViewController, String)

Developers should not use this deprecated method. Developers should use 'HostedPlayerDidAccept' instead.

Applies to