Поделиться через


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.

Атрибуты

Применяется к