Edit

Share via


PlayFabMultiplayer.OnMatchmakingTicketCompletedHandler delegate

Handler for when a matchmaking ticket status has changed.

public delegate void OnMatchmakingTicketCompletedHandler(MatchmakingTicket ticket, int result);
parameter description
ticket The matchmaking ticket whose status changed.
result Indicates whether the ticket found a match or provides the high-level reason that it failed.

See Also