다음을 통해 공유


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일 수 있습니다.

특성

적용 대상