game / pragma.gameinstance / GameInstanceService / declineReconnectV1 /
declineReconnectV1 #
suspend fun declineReconnectV1(session: PlayerSession, request: GameInstanceRpc.DeclineReconnectV1Request): GameInstanceRpc.DeclineReconnectV1Response
DEPRECATED in 0.4.0, removal by 0.5.0. Use leaveV1 which offers the same functionality with an additional request ext for customization.
PragmaResultErrors
- PragmaError.GameInstanceService_PlayerNotInGameInstance - If the player is not in the game instance specified.
- PragmaError.GameInstanceService_InternalError - If a lock on the specified game instance could not be held.