Edit

Share via


GKTurnBasedMatch.SendReminderAsync Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task SendReminderAsync (GameKit.GKTurnBasedParticipant[] participants, string localizableMessage, Foundation.NSObject[] arguments);
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