game Properties
Parameters
value
A set of custom properties for a game session, formatted as key:value pairs.
Parameters
values
A set of custom properties for a game session, formatted as key:value pairs.
suspend fun gameProperties(argument: List<suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit>)
suspend fun gameProperties(vararg argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
suspend fun gameProperties(argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
Parameters
argument
A set of custom properties for a game session, formatted as key:value pairs.