Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
MatchMaking
/
MatchMakingData
Match
Making
Data
class
MatchMakingData
:
DataModel
Hive 매치 메이킹 서버에서 반환한 매치 정보
Match information returned by the Hive match making server
korean
요청된 매치 상태와 매치 정보를 포함한다.
english
Includes requested match status and match information.
Members
Constructors
Match
Making
Data
Link copied to clipboard
constructor
(
)
constructor
(
matchPlayerId
:
Long
,
matchGameIndex
:
Int
,
matchId
:
Int
,
requestStatus
:
String
,
requestTimeUtc
:
String
,
requestPoint
:
Int
,
requestExtraData
:
String
,
matchingStatus
:
String
)
constructor
(
jsonData
:
JSONObject
?
)
Properties
match
Game
Index
Link copied to clipboard
var
matchGameIndex
:
Int
match
Id
Link copied to clipboard
var
matchId
:
Int
matching
Status
Link copied to clipboard
var
matchingStatus
:
String
match
Player
Id
Link copied to clipboard
var
matchPlayerId
:
Long
request
Extra
Data
Link copied to clipboard
var
requestExtraData
:
String
request
Point
Link copied to clipboard
var
requestPoint
:
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
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