GameKit.GKScore Members

The members of GameKit.GKScore 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

Categorystring. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Contextulong. Documentation for this section has not yet been entered.
[read-only]
DateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
FormattedValuestring. Documentation for this section has not yet been entered.
LeaderboardIdentifierstring. Documentation for this section has not yet been entered.
[read-only]
PlayerGKPlayer. Documentation for this section has not yet been entered.
[read-only]
Ranknint. Documentation for this section has not yet been entered.
ShouldSetDefaultLeaderboardbool. Documentation for this section has not yet been entered.
Valuelong. Documentation for this section has not yet been entered.

Public Methods

ChallengeComposeController(string, GKPlayer[], GKChallengeComposeHandler) : UIKit.UIViewController
Documentation for this section has not yet been entered.
ChallengeComposeController(string[], string, 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.
ReportScore(Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ReportScoreAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ReportScores(GKScore[], Action<Foundation.NSError>)
Reports the provides scores back to GameCenter
static
ReportScores(GKScore[], GKChallenge[], Action<Foundation.NSError>)
Reports the provides scores back to GameCenter
static
ReportScoresAsync(GKScore[]) : System.Threading.Tasks.Task
Reports the provides scores back to GameCenter
static
ReportScoresAsync(GKScore[], GKChallenge[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Protected Methods

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