Classes | |
class | hive.MatchMaking |
Hive MatchMaking connects players for online matches and provides relevant data. More... | |
class | hive.MatchMaking.MatchMakingData |
Match information returned by the Hive match making server. More... | |
Functions | |
delegate void | hive.MatchMaking.onMatchMakingData (ResultAPI result, MatchMakingData matchMakingData) |
MatchMaking data result callback | |
delegate void | hive.MatchMaking.onMatchMakingResult (ResultAPI result) |
MatchMaking result callback | |
static void | hive.MatchMaking.requestMatchMaking (string matchId, int point, string extraData, onMatchMakingData listener) |
Matching Request | |
static void | hive.MatchMaking.getRequestingStatus (string matchId, onMatchMakingData listener) |
Check Matching Status | |
static void | hive.MatchMaking.deleteRequesting (string matchId, onMatchMakingResult listener) |
Delete Matching Request | |
|
static |
Delete Matching Request
Deletes the requested match.
|
static |
Check Matching Status
You can check the status of your requested matching.
delegate void hive.MatchMaking.onMatchMakingData | ( | ResultAPI | result, |
MatchMakingData | matchMakingData ) |
MatchMaking data result callback
result | Result of API call |
matchMakingData | Requested match status and match information |
delegate void hive.MatchMaking.onMatchMakingResult | ( | ResultAPI | result | ) |
MatchMaking result callback
result | Result of API call |
|
static |
Matching Request
You can enter the score(point) to be used when requesting matching.
You can also enter additional information(nickname, level, country, etc.)(extraData) to be used for matching.
ExtraData is delivered as part of the matching results.