The members of GameKit.GKAchievement are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Completed | bool. Documentation for this section has not yet been entered. |
| [read-only] | Hidden | bool. Documentation for this section has not yet been entered. |
| Identifier | string. Documentation for this section has not yet been entered. | |
| LastReportedDate | Foundation.NSDate. Documentation for this section has not yet been entered. | |
| PercentComplete | double. Documentation for this section has not yet been entered. | |
| [read-only] | Player | GKPlayer. Documentation for this section has not yet been entered. |
| [read-only] | PlayerID | string. Documentation for this section has not yet been entered. |
| ShowsCompletionBanner | bool. Documentation for this section has not yet been entered. |
ChallengeComposeController(GKPlayer[], string, GKChallengeComposeHandler)Documentation for this section has not yet been entered. | ||
ChallengeComposeController(string, GKPlayer[], GKChallengeComposeHandler)Documentation for this section has not yet been entered. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
IssueChallengeToPlayers(string[], string)Documentation for this section has not yet been entered. | ||
static | LoadAchievements(GKCompletionHandler)Documentation for this section has not yet been entered. | |
static | LoadAchievementsAsync()Documentation for this section has not yet been entered. | |
ReportAchievement(Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
ReportAchievementAsync()Post this achievement to GameCenter. | ||
static | ReportAchievements(GKAchievement[], Action<Foundation.NSError>)Documentation for this section has not yet been entered. | |
static | ReportAchievements(GKAchievement[], GKChallenge[], Action<Foundation.NSError>)Reports the provided achievements and matching challenges to Game Center. | |
static | ReportAchievementsAsync(GKAchievement[])Reports the provided achievements and matching challenges to Game Center. | |
static | ReportAchievementsAsync(GKAchievement[], GKChallenge[])Documentation for this section has not yet been entered. | |
static | ResetAchivements(Action<Foundation.NSError>)Documentation for this section has not yet been entered. | |
static | ResetAchivementsAsync()Documentation for this section has not yet been entered. | |
SelectChallengeablePlayerIDs(string[], Action<String[], Foundation.NSError>)Documentation for this section has not yet been entered. | ||
SelectChallengeablePlayerIDsAsync(string[])Documentation for this section has not yet been entered. | ||
SelectChallengeablePlayers(GKPlayer[], Action<GKPlayer[], Foundation.NSError>)Documentation for this section has not yet been entered. | ||
SelectChallengeablePlayersAsync(GKPlayer[])Documentation for this section has not yet been entered. | ||