Share via


GKTurnBasedMatch.SendReminderAsync Method

Definition

Sends a reminder to the players who are listed in participants.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task SendReminderAsync(GameKit.GKTurnBasedParticipant[] participants, string localizableMessage, Foundation.NSObject[] arguments);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendReminderAsync : GameKit.GKTurnBasedParticipant[] * string * Foundation.NSObject[] -> System.Threading.Tasks.Task
override this.SendReminderAsync : GameKit.GKTurnBasedParticipant[] * string * Foundation.NSObject[] -> System.Threading.Tasks.Task

Parameters

participants
GKTurnBasedParticipant[]
localizableMessage
String
arguments
NSObject[]

Returns

A task that represents the asynchronous SendReminder operation

Attributes

Remarks

The SendReminderAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to