game-common / pragma.party / PartyPlugin / buildExtEnterMatchmakingV2Request /
buildExtEnterMatchmakingV2Request #
open suspend fun buildExtEnterMatchmakingV2Request(party: Party): ExtEnterMatchmakingV2Request
Called when the party is attempting to enter matchmaking. Use to build the ext request data that will be sent to matchmaking.
This is a legacy function, use this function if you are still implementing MatchmakingStrategy. It WILL be deprecated in a future release.
Used by:
- PartyService.enterMatchmakingV1