Match Making
object MatchMaking
Hive MatchMaking은 온라인 매치를 위해 플레이어를 연결하고 관련 데이터를 제공합니다.
Hive MatchMaking 기능을 통해 게임에서 구체적인 매치메이킹 로직을 구현하지 않아도 플레이어의 대전 상대를 간단하게 얻을 수 있습니다.
플레이어가 비슷한 수준을 가진 상대와 매치되도록 하여 균형잡힌 게임 경험을 제공합니다.
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.
Author
jschoi
Since
24.5.0
Types
Link copied to clipboard
Hive 매치 메이킹 서버에서 반환한 매치 정보
Match information returned by the Hive match making server
Link copied to clipboard
interface MatchMakingDataListener
Link copied to clipboard
interface MatchMakingResultListener
Functions
Link copied to clipboard
매칭 요청 삭제
Delete Matching Request
Link copied to clipboard
매칭 상태 확인
Check Matching Status
Link copied to clipboard
fun requestMatchMaking(matchId: String, point: Int, extraData: String?, listener: MatchMaking.MatchMakingDataListener)
매칭 요청
Matching Request