GKTurnBasedMatch.SetMessage(String, NSObject[]) Method

Definition

Sets a localizable message that will be displayed at the end of the match.

[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

Parameters

localizableMessage
String
arguments
NSObject[]
Attributes

Applies to