GameKit.GKScore: Method Members

The methods of GameKit.GKScore are listed below. For a list of all members, see the GKScore Members list.

See Also: Inherited members from Foundation.NSObject

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.