HIVE SDK for Unity3D

Classes | Functions
MatchMaking

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

 

Detailed Description

Function Documentation

◆ deleteRequesting()

static void hive.MatchMaking.deleteRequesting ( string matchId,
onMatchMakingResult listener )
static

Delete Matching Request

Deletes the requested match.

Since
4.24.5.0

◆ getRequestingStatus()

static void hive.MatchMaking.getRequestingStatus ( string matchId,
onMatchMakingData listener )
static

Check Matching Status

You can check the status of your requested matching.

Since
4.24.5.0

◆ onMatchMakingData()

delegate void hive.MatchMaking.onMatchMakingData ( ResultAPI result,
MatchMakingData matchMakingData )

MatchMaking data result callback

Parameters
resultResult of API call
matchMakingDataRequested match status and match information
See also
#requestMatchMaking(String, int, String, onMatchMakingData)

◆ onMatchMakingResult()

delegate void hive.MatchMaking.onMatchMakingResult ( ResultAPI result)

MatchMaking result callback

Parameters
resultResult of API call
See also
#deleteRequesting(String, onMatchMakingData)

◆ requestMatchMaking()

static void hive.MatchMaking.requestMatchMaking ( string matchId,
int point,
string extraData,
onMatchMakingData listener )
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.

Since
4.24.5.0
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy