GKGameSession.SendMessageAsync 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.
public virtual System.Threading.Tasks.Task SendMessageAsync (string key, string[] arguments, Foundation.NSData data, GameKit.GKCloudPlayer[] players, bool badgePlayers);
abstract member SendMessageAsync : string * string[] * Foundation.NSData * GameKit.GKCloudPlayer[] * bool -> System.Threading.Tasks.Task
override this.SendMessageAsync : string * string[] * Foundation.NSData * GameKit.GKCloudPlayer[] * bool -> System.Threading.Tasks.Task
Parameters
- key
- String
- arguments
- String[]
- data
- NSData
- players
- GKCloudPlayer[]
- badgePlayers
- Boolean
Returns
A task that represents the asynchronous SendMessage operation