Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- class MatchmakingTicket
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer