GKTurnBasedMatch.SetMessage(String, NSObject[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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