|
Beamable SDK
|


Public Member Functions | |
| MatchmakingHandle (MatchmakingService service, IPlatformService platform, string gameType, MatchmakingUpdate update, TimeSpan? maxWait=null, Action< MatchmakingHandle > onUpdate=null, Action< MatchmakingHandle > onMatchReady=null, Action< MatchmakingHandle > onMatchTimeout=null) | |
| async void | Dispose () |
| Promise< MatchmakingHandle > | WhenCompleted () |
| Promise which will complete when the matchmaking client reaches a "resolution". More... | |
| Promise< MatchmakingHandle > | Cancel () |
| Cancels matchmaking for this player. More... | |
Public Attributes | |
| readonly string | GameType |
| bool | MatchmakingIsComplete => State.IsTerminal() |
Properties | |
| MatchmakingStatus | Status [get] |
| MatchmakingState | State [get] |
Events | |
| Action< MatchmakingHandle > | OnUpdate |
| Action< MatchmakingHandle > | OnMatchReady |
| Action< MatchmakingHandle > | OnMatchTimeout |
|
inline |
Cancels matchmaking for this player.
|
inline |
Promise which will complete when the matchmaking client reaches a "resolution".
1.8.17