game / pragma.gameinstance / GameInstanceService / syncServiceV1 /

syncServiceV1 #

suspend fun syncServiceV1(session: ServiceSession, request: GameInstanceRpc.SyncServiceV1Request): GameInstanceRpc.SyncServiceV1Response

Retrieves the latest cached game instance info for a specific player.

PragmaResultErrors

  • PragmaError.GameInstanceService_UnknownGameInstanceId - If specified game instance was not found.
  • PragmaError.GameInstanceService_InternalError - If a lock on the specified game instance could not be held.