Skip to main content
Version: SDK-5.11.2

OnMatchMakingRoomInviteResponse

public MatchMakingResponseInviteEventHandler OnMatchMakingRoomInviteResponse;

Argument

ValueTypeDescription
argsMatchMakingInteractionEventArgsResult of invitation acceptance/decline

args type names

ValueTypeDescription
ErrInfoErrorCodeError information
ReasonstringError description

Description

This event is called when an invitation sent by another user is accepted.

  • It is called only to the user who accepts/declines the invitation.

In order for an event to be called, the message sending/receiving method must be called.

Example

Backend.Match.OnMatchMakingRoomInviteResponse = (MatchMakingInteractionEventArgs args) => {
// TODO
};

Argument cases

Invitation is accepted/declined
ErrInfo : ErrorCode.Success