Hive SDK v4
25.5.1
androidJvm
Hive SDK v4
/
com.hive
/
MatchMaking
/
MatchMakingGroupData
Match
Making
Group
Data
class
MatchMakingGroupData
:
MatchMaking.IMatchMakingData
Hive 매치 메이킹 서버에서 반환한 그룹 매치 정보
Group Match information returned by the Hive match making server
korean
요청된 매치 상태와 매치 정보를 포함한다.
english
Includes requested match status and match information.
Members
Constructors
Match
Making
Group
Data
Link copied to clipboard
constructor
(
)
constructor
(
jsonData
:
JSONObject
?
)
Properties
group
Code
Link copied to clipboard
var
groupCode
:
String
matching
Team
Info
List
Link copied to clipboard
var
matchingTeamInfoList
:
ArrayList
<
MatchMaking.MatchingResultTeamInfo
>
?
member
Info
List
Link copied to clipboard
var
memberInfoList
:
ArrayList
<
MatchMaking.MatchMemberInfo
>
?
owner
Player
Id
Link copied to clipboard
var
ownerPlayerId
:
Long
Inherited properties
matching
Id
Link copied to clipboard
var
matchingId
:
String
matching
Status
Link copied to clipboard
var
matchingStatus
:
String
matching
Type
Link copied to clipboard
var
matchingType
:
String
request
Game
Index
Link copied to clipboard
var
requestGameIndex
:
Int
request
Match
Id
Link copied to clipboard
var
requestMatchId
:
Int
request
Status
Link copied to clipboard
var
requestStatus
:
String
request
Time
Utc
Link copied to clipboard
var
requestTimeUtc
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
JSONObject
Inherited functions
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
JSONObject
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String