Hive MatchMaking connects players for online matches and provides relevant data. More...
Classes | |
class | MatchMakingData |
Match information returned by the Hive match making server. More... | |
Public Member Functions | |
delegate void | onMatchMakingData (ResultAPI result, MatchMakingData matchMakingData) |
MatchMaking data result callback | |
delegate void | onMatchMakingResult (ResultAPI result) |
MatchMaking result callback | |
Static Public Member Functions | |
static void | requestMatchMaking (string matchId, int point, string extraData, onMatchMakingData listener) |
Matching Request | |
static void | getRequestingStatus (string matchId, onMatchMakingData listener) |
Check Matching Status | |
static void | deleteRequesting (string matchId, onMatchMakingResult listener) |
Delete Matching Request | |
Hive MatchMaking connects players for online matches and provides relevant data.
Hive MatchMaking feature makes it simple to get matches for your players without having to implement specific matchmaking logic in your game.
It provides a balanced gaming experience by matching players with opponents of similar skill level.