request Match Making
fun requestMatchMaking(matchId: String, point: Int, extraData: String?, listener: MatchMaking.MatchMakingDataListener)
매칭 요청
Matching Request
korean
매칭 요청 시 사용할 점수(point)를 입력할 수 있습니다.매칭에 사용할 부가 정보(닉네임, 레벨, 국가 등)(extraData)를 입력할 수 있습니다.
부가 정보는 매칭 결과에 포함되어 전달됩니다.
english
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.