GameKit.GKTurnBasedMatch: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

AcceptInvite(Action<GKTurnBasedMatch, Foundation.NSError>)
Documentation for this section has not yet been entered.
AcceptInviteAsync() : System.Threading.Tasks.Task<GKTurnBasedMatch>
Documentation for this section has not yet been entered.
DeclineInvite(Action<GKTurnBasedMatch, Foundation.NSError>)
Documentation for this section has not yet been entered.
DeclineInviteAsync() : System.Threading.Tasks.Task<GKTurnBasedMatch>
Documentation for this section has not yet been entered.
EndMatchInTurn(Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
EndMatchInTurn(Foundation.NSData, GKScore[], GKAchievement[], Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
EndMatchInTurnAsync(Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
EndMatchInTurnAsync(Foundation.NSData, GKScore[], GKAchievement[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
EndTurn(GKTurnBasedParticipant[], double, Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
EndTurnAsync(GKTurnBasedParticipant[], double, Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
EndTurnWithNextParticipant(GKTurnBasedParticipant, Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
EndTurnWithNextParticipantAsync(GKTurnBasedParticipant, Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
FindMatch(GKMatchRequest, GKTurnBasedMatchRequest)
Documentation for this section has not yet been entered.
static
FindMatchAsync(GKMatchRequest) : System.Threading.Tasks.Task<GKTurnBasedMatch>
Documentation for this section has not yet been entered.
static
LoadMatch(string, Action<GKTurnBasedMatch, Foundation.NSError>)
Documentation for this section has not yet been entered.
static
LoadMatchAsync(string) : System.Threading.Tasks.Task<GKTurnBasedMatch>
Documentation for this section has not yet been entered.
LoadMatchData(GKTurnBasedMatchData)
Documentation for this section has not yet been entered.
LoadMatchDataAsync() : System.Threading.Tasks.Task<Foundation.NSData>
Documentation for this section has not yet been entered.
static
LoadMatches(GKTurnBasedMatchesRequest)
Documentation for this section has not yet been entered.
static
LoadMatchesAsync() : System.Threading.Tasks.Task<GKTurnBasedMatch[]>
Documentation for this section has not yet been entered.
ParticipantQuitInTurn(GKTurnBasedMatchOutcome, GKTurnBasedParticipant, Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ParticipantQuitInTurn(GKTurnBasedMatchOutcome, GKTurnBasedParticipant[], double, Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ParticipantQuitInTurnAsync(GKTurnBasedMatchOutcome, GKTurnBasedParticipant, Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParticipantQuitInTurnAsync(GKTurnBasedMatchOutcome, GKTurnBasedParticipant[], double, Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ParticipantQuitOutOfTurn(GKTurnBasedMatchOutcome, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
ParticipantQuitOutOfTurnAsync(GKTurnBasedMatchOutcome) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Rematch(Action<GKTurnBasedMatch, Foundation.NSError>)
Documentation for this section has not yet been entered.
RematchAsync() : System.Threading.Tasks.Task<GKTurnBasedMatch>
Documentation for this section has not yet been entered.
Remove(Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
RemoveAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SaveCurrentTurn(Foundation.NSData, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
SaveCurrentTurnAsync(Foundation.NSData) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SaveMergedMatchData(Foundation.NSData, GKTurnBasedExchange[], Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
SaveMergedMatchDataAsync(Foundation.NSData, GKTurnBasedExchange[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SendExchange(GKTurnBasedParticipant[], Foundation.NSData, string, Foundation.NSObject[], double, Action<GKTurnBasedExchange, Foundation.NSError>)
Documentation for this section has not yet been entered.
SendExchangeAsync(GKTurnBasedParticipant[], Foundation.NSData, string, Foundation.NSObject[], double) : System.Threading.Tasks.Task<GKTurnBasedExchange>
Documentation for this section has not yet been entered.
SendReminder(GKTurnBasedParticipant[], string, Foundation.NSObject[], Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
SendReminderAsync(GKTurnBasedParticipant[], string, Foundation.NSObject[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
SetMessage(string, Foundation.NSObject[])
Documentation for this section has not yet been entered.

Protected Methods

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