GameKit.GKChallenge Members

The members of GameKit.GKChallenge are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

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]
CompletionDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
IssueDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
IssuingPlayerGKPlayer. Documentation for this section has not yet been entered.
[read-only]
IssuingPlayerIDstring. Documentation for this section has not yet been entered.
[read-only]
Messagestring. Documentation for this section has not yet been entered.
[read-only]
ReceivingPlayerGKPlayer. Documentation for this section has not yet been entered.
[read-only]
ReceivingPlayerIDstring. Documentation for this section has not yet been entered.
[read-only]
StateGKChallengeState. Documentation for this section has not yet been entered.

Public Methods

Decline()
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
static
LoadReceivedChallenges(Action<GKChallenge[], Foundation.NSError>)
Documentation for this section has not yet been entered.
static
LoadReceivedChallengesAsync() : System.Threading.Tasks.Task<GKChallenge[]>
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.

Protected Methods

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