game / pragma.party / PartyService / updatePartyPlayerV1 /

updatePartyPlayerV1 #

suspend fun updatePartyPlayerV1( session: PlayerSession, request: PartyRpc.UpdatePartyPlayerV1Request ): PartyRpc.UpdatePartyPlayerV1Response

Updates a player’s selections details. Invokes PartyPlugin.updatePlayer to process updates.

Request validation:

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