Edit

Share via


GKTurnBasedMatch.SendReminder Method

Definition

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

[Foundation.Export("sendReminderToParticipants:localizableMessageKey:arguments:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SendReminder (GameKit.GKTurnBasedParticipant[] participants, string localizableMessage, Foundation.NSObject[] arguments, Action<Foundation.NSError> completionHandler);
abstract member SendReminder : GameKit.GKTurnBasedParticipant[] * string * Foundation.NSObject[] * Action<Foundation.NSError> -> unit
override this.SendReminder : GameKit.GKTurnBasedParticipant[] * string * Foundation.NSObject[] * Action<Foundation.NSError> -> unit

Parameters

participants
GKTurnBasedParticipant[]
localizableMessage
String
arguments
NSObject[]
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to