GKTurnBasedMatch.SetMessage(String, NSObject[]) 方法

定义

设置将在匹配结束时显示的可本地化消息。

[Foundation.Export("setLocalizableMessageWithKey:arguments:")]
[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 SetMessage (string localizableMessage, params Foundation.NSObject[] arguments);
abstract member SetMessage : string * Foundation.NSObject[] -> unit
override this.SetMessage : string * Foundation.NSObject[] -> unit

参数

localizableMessage
String
arguments
NSObject[]
属性

适用于