GKSavedGameListener_Extensions Class

Definition

Extension methods to the IGKSavedGameListener interface to support all the methods from the GKSavedGameListener protocol.

public static class GKSavedGameListener_Extensions
type GKSavedGameListener_Extensions = class
Inheritance
GKSavedGameListener_Extensions

Remarks

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

Methods

DidModifySavedGame(IGKSavedGameListener, GKPlayer, GKSavedGame)
HasConflictingSavedGames(IGKSavedGameListener, GKPlayer, GKSavedGame[])

Applies to