Namespace SA.iOS.GameKit
Classes
GKAccessPoint
An object that allows players to view and manage their Game Center information from within your game.
The access point displays a control in a corner of your game that opens a Game Center dashboard when the player taps or clicks it.
Set Active to YES to display the access point control. To change the default location of the control, use the Location property.
ISN_GKAchievement
An object that communicates with Game Center about the local player’s progress toward completing an achievement.
ISN_GKAchievementsResult
Achievements Result model.
ISN_GKGameCenterViewController
A single user interface used to display achievements and leaderboards supported by Game Center.
ISN_GKIdentityVerificationSignatureResult
Game Kit signature generation result
ISN_GKImageLoadResult
Object reflects an image load result.
ISN_GKLeaderboard
An object used to read data from a leaderboard stored on Game Center.
ISN_GKLeaderboardsResult
Leaderboards Result Model.
ISN_GKLoadDefaultLeaderboardResult
The result model for LoadDefaultLeaderboardIdentifier(Action<ISN_GKLoadDefaultLeaderboardResult>)
ISN_GKLocalPlayer
An object representing the authenticated Game Center player on a device.
At any given time, only one player may be authenticated on the device; this player must log out before another player can log in. Your game must authenticate the local player before using any Game Center features. Authenticating the player ensures that the player has created an account and is connected to Game Center.
ISN_GKLocalPlayerListener
A protocol that handles events for Game Center accounts.
ISN_GKPlayer
An object that provides information about a player on Game Center.
Every player account on Game Center is permanently assigned a unique player identifier string. Your game should use this string to store per-player information or to disambiguate between players
ISN_GKSavedGame
The saved game data.
Each GKSavedGame object contains the following information about a saved game: the name of the device that created the saved game file, the date the saved game file was modified, and the name of the saved game file. Saved game files are manipulated through the local player
ISN_GKSavedGameFetchResult
Saved Game Fetch Result.
ISN_GKSavedGameLoadResult
Saved Game Load Result.
ISN_GKSavedGameSaveResult
Saved Game Save Result.
ISN_GKScore
An object containing information for a score that was earned by the player.
Your game creates GKScore objects to post scores to a leaderboard on Game Center. When your game retrieves score information from a leaderboard, those scores are returned as GKScore objects.
ISN_GKScoreLoadResult
Enums
GKAccessPointLocation
Specifies the corner of the screen to display the access point.
GKPhotoSize
The size of a photo loaded by Game Center.
ISN_GKGameCenterViewControllerState
Possible values for the ISN_GKGameCenterViewController ViewState property.
ISN_GKLeaderboardPlayerScope
The scope of players to be searched for scores.
ISN_GKLeaderboardTimeScope
The period of time to which a player’s best score is restricted.