Request
An object that represents a match request in a queue.
Overview
Use a Request object in the expression of a matchmaking rule to access data in the matchmaking rules. A Request object corresponds to a GKMatchRequest object that the game creates to submit a match request.
Properties
appVersionThe app version of the game that makes the request.
bundleIdThe bundle ID of the game that makes the request.
localeThe language and region that the player who initiates this match request uses.
maxPlayerThe maximum number of players that can join the match. This is the same value as the
GKMatchRequest.maxPlayers property that you set when submitting this request.minPlayersThe minimum number of players that can join the match. This is the same value as the
GKMatchRequest.minPlayers property that you set when submitting this request.platformThe platform of the game that makes the request.
playerCountThe total number of players invited to join the match, including the player who initiates the match request. For example, if the request is for the local player only, the player count is
1. If the local player invites one friend, the player count is2.playerIdA unique identifier for the player who initiates this match request.
propertiesThe properties of the game or player that initiates this match request.
requestNameA unique identifier for the request.
secondsInQueueThe age of the request in seconds.