game-common / pragma.gameinstance / GameInstanceApi / getIdsForPlayer /
getIdsForPlayer #
suspend fun getIdsForPlayer(playerId: <ERROR CLASS>): PragmaResult<List<<ERROR CLASS>>, PragmaFailure>
Request to get the game instance ids of the game instances that a player is in.
Return #
The game instance ids of the game instances the player is in, or an empty list if there are none.
Parameters #
playerId | The id of the player to get the game instance ids for. |