Public Member Functions | |
| void | CreateMatchmakingTicket (string matchPoolName, ResultCallback< MatchmakingV2CreateTicketResponse > callback) |
| Creates a new request for matchmaking. | |
| void | CreateMatchmakingTicket (string matchPoolName, MatchmakingV2CreateTicketRequestOptionalParams optionalParams, ResultCallback< MatchmakingV2CreateTicketResponse > callback) |
| Creates a new request for matchmaking. | |
| void | GetMatchmakingTicket (string ticketId, ResultCallback< MatchmakingV2MatchTicketStatus > callback) |
| Get details for a specific match ticket. | |
| void | DeleteMatchmakingTicket (string ticketId, ResultCallback callback) |
| Deletes an existing matchmaking ticket. | |
| void | GetMatchmakingMetrics (string matchPool, ResultCallback< MatchmakingV2Metrics > callback) |
| Get matchmaking's match pool metrics. | |
| void | GetUserMatchmakingTickets (ResultCallback< MatchmakingV2ActiveTickets > callback, string matchPool="", int offset=0, int limit=20) |
| Get active matchmaking tickets for current user. | |
Properties | |
| bool | PartyMemberPastSessionRecordSyncEnabled [get, set] |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
|
inline |
Creates a new request for matchmaking.
| matchPoolName | Name of target match pool |
| optionalParams | Optional parameters in matchmaking ticket request. |
| callback | Returns a Result that contain MatchmakingV2CreateTicketResponse via callback when completed. |
|
inline |
Creates a new request for matchmaking.
| matchPoolName | Name of target match pool |
| callback | Returns a Result that contain MatchmakingV2CreateTicketResponse via callback when completed. |
|
inline |
Deletes an existing matchmaking ticket.
| ticketId | Targeted matchmaking ticket id |
| callback | Returns a Result via callback when completed. |
|
inline |
Get matchmaking's match pool metrics.
| matchPool | Name of the match pool |
| callback | Returns a Result that contain MatchmakingV2Metrics via callback when completed |
|
inline |
Get details for a specific match ticket.
| ticketId | Targeted matchmaking ticket id |
| callback | Returns a Result that contain MatchmakingV2MatchTicketStatus via callback when completed. |
|
inline |
Get active matchmaking tickets for current user.
| callback | Returns a result that contain all active tickets of current user. |
| matchPool | Optional if filled it will return only ticket from specified matchpool |
| offset | The offset of the types and/or subtypes paging data result. Default value is 0. |
| limit | The limit of the types and subtypes results. Default value is 20. |