GameCenterMatchmakingTestRequestInlineCreate.Attributes
The attributes for a sample match request.
Declaration
object GameCenterMatchmakingTestRequestInlineCreate.AttributesProperties
| Name | Type | Description |
|---|---|---|
appVersion Required | string | The app version of the game that makes the request. |
bundleId Required | string | The bundle ID of the game that makes the request. |
locale | string | The language and region that the player who initiates this match request uses. The default value is |
location | Location | The physical location where this request originates. The default value is |
maxPlayers | integer | The maximum number of players that can join the match. This is the same value as the |
minPlayers | integer | The minimum number of players that can join the match. This is the same value as the |
platform Required | Platform | The platform of the game that makes the request. |
playerCount | integer | The total number of players invited to join the match including the player who initiates the match request. |
requestName Required | string | A unique identifier for the request. |
secondsInQueue Required | integer | The age of the request in seconds. |