GKTurnBasedMatch.SendReminder 方法

定义

向 中列出的 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

参数

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

内容待定。

此参数可以为 null

属性

适用于