GKSavedGameListener
A protocol that handles events related to saving game data.
Declaration
protocol GKSavedGameListener : NSObjectProtocolOverview
Implement the methods in the this protocol to manage conflicts or track changes when saving game data.
Adopt the GKLocalPlayerListener protocol to listen for and handle a variety of Game Center events for player accounts instead of the individual GKChallengeListener, GKInviteEventListener, GKSavedGameListener, and GKTurnBasedEventListener protocols.