GKTurnBasedMatch.SendReminder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]
- Attributes