game / pragma.party / PartyService / updateServiceV1 /

updateServiceV1 #

suspend fun updateServiceV1( session: ServiceSession, request: PartyRpc.UpdateServiceV1Request ): PartyRpc.UpdateServiceV1Response

Backend method to update the party’s selections. Invokes PartyPlugin.handleBackendUpdateRequest to process updates.

Request validation:

If player is not in a party, throws PragmaError.PartyService_NotInParty.