Contents

GameCenterMatchmakingTestRequestInlineCreate.Attributes

The attributes for a sample match request.

Declaration

object GameCenterMatchmakingTestRequestInlineCreate.Attributes

Properties

NameTypeDescription
appVersion Requiredstring

The app version of the game that makes the request.

bundleId Requiredstring

The bundle ID of the game that makes the request.

localestring

The language and region that the player who initiates this match request uses. The default value is EN-US.

locationLocation

The physical location where this request originates. The default value is 0, 0.

maxPlayersinteger

The maximum number of players that can join the match. This is the same value as the GKMatchRequest.maxPlayers property that you set when submitting a request from a native app. The default value is 16.

minPlayersinteger

The minimum number of players that can join the match. This is the same value as the GKMatchRequest.minPlayers property that you set when submitting a request from a native app. The default value is 2.

platform RequiredPlatform

The platform of the game that makes the request.

playerCountinteger

The total number of players invited to join the match including the player who initiates the match request.

requestName Requiredstring

A unique identifier for the request.

secondsInQueue Requiredinteger

The age of the request in seconds.

See Also

Objects