GameKit.GKAchievement Members

The members of GameKit.GKAchievement are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Completedbool. Documentation for this section has not yet been entered.
[read-only]
Hiddenbool. Documentation for this section has not yet been entered.
Identifierstring. Documentation for this section has not yet been entered.
LastReportedDateFoundation.NSDate. Documentation for this section has not yet been entered.
PercentCompletedouble. Documentation for this section has not yet been entered.
[read-only]
PlayerGKPlayer. Documentation for this section has not yet been entered.
[read-only]
PlayerIDstring. Documentation for this section has not yet been entered.
ShowsCompletionBannerbool. Documentation for this section has not yet been entered.

Public Methods

ChallengeComposeController(GKPlayer[], string, GKChallengeComposeHandler) : UIKit.UIViewController
Documentation for this section has not yet been entered.
ChallengeComposeController(string, GKPlayer[], GKChallengeComposeHandler) : UIKit.UIViewController
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() : System.Threading.Tasks.Task<GKAchievement[]>
Documentation for this section has not yet been entered.
ReportAchievement(Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ReportAchievementAsync() : System.Threading.Tasks.Task
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[]) : System.Threading.Tasks.Task
Reports the provided achievements and matching challenges to Game Center.
static
ReportAchievementsAsync(GKAchievement[], GKChallenge[]) : System.Threading.Tasks.Task
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() : System.Threading.Tasks.Task
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[]) : System.Threading.Tasks.Task<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[]) : System.Threading.Tasks.Task<GKPlayer[]>
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the GKAchievement object.