Hive SDK v4
25.5.1
androidJvm
Hive SDK v4
/
com.hive
/
MatchMaking
/
IMatchMakingData
IMatch
Making
Data
open
class
IMatchMakingData
:
DataModel
Inheritors
MatchMakingData
MatchMakingGroupData
Members
Constructors
IMatch
Making
Data
Link copied to clipboard
constructor
(
)
constructor
(
jsonData
:
JSONObject
?
)
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
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