Loading...
Searching...
No Matches
AccelByte.Server.ServerMatchmakingV2 Class Reference
Inheritance diagram for AccelByte.Server.ServerMatchmakingV2:

Public Member Functions

void AcceptBackfillProposal (MatchmakingV2BackfillProposalNotification backfillProposal, ResultCallback< AcceptBackfillProposalResponse > callback)
 Accept entire backfill proposal.
void AcceptBackfillProposal (MatchmakingV2BackfillProposalNotification backfillProposal, AcceptBackfillProposalOptionalParams optionalParam, ResultCallback< AcceptBackfillProposalResponse > callback)
 Accept backfill proposal.
void RejectBackfillProposal (MatchmakingV2BackfillProposalNotification backfillProposal, bool stopBackfilling, ResultCallback callback)
 Reject backfill proposal.

Protected Attributes

string podName

Additional Inherited Members

Properties inherited from AccelByte.Core.WrapperBase
Utils.AccelByteIdValidator IdValidator [get]

Member Function Documentation

◆ AcceptBackfillProposal() [1/2]

void AccelByte.Server.ServerMatchmakingV2.AcceptBackfillProposal ( MatchmakingV2BackfillProposalNotification backfillProposal,
AcceptBackfillProposalOptionalParams optionalParam,
ResultCallback< AcceptBackfillProposalResponse > callback )
inline

Accept backfill proposal.

Parameters
backfillProposalBackfill proposal received from notification
optionalParamAccept backfill proposal optional params. To accept partial backfill proposal, fill the ticket ids on the AcceptedTicketIds.
Parameters
callbackReturns a Result via callback when completed.

◆ AcceptBackfillProposal() [2/2]

void AccelByte.Server.ServerMatchmakingV2.AcceptBackfillProposal ( MatchmakingV2BackfillProposalNotification backfillProposal,
ResultCallback< AcceptBackfillProposalResponse > callback )
inline

Accept entire backfill proposal.

Parameters
backfillProposalBackfill proposal received from notification
callbackReturns a Result via callback when completed.

◆ RejectBackfillProposal()

void AccelByte.Server.ServerMatchmakingV2.RejectBackfillProposal ( MatchmakingV2BackfillProposalNotification backfillProposal,
bool stopBackfilling,
ResultCallback callback )
inline

Reject backfill proposal.

Parameters
backfillProposalBackfill proposal received from notification
stopBackfillingShould server stop backfilling
callbackReturns a Result via callback when completed.