HIVE SDK for Unity3D

Classes | Public Member Functions | Static Public Member Functions | List of all members
hive.MatchMaking Class Reference

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

 

Detailed Description

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.

Since
4.24.5.0

The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy