MatchMakingData

class MatchMakingData : DataModel

Hive 매치 메이킹 서버에서 반환한 매치 정보
Match information returned by the Hive match making server


korean

요청된 매치 상태와 매치 정보를 포함한다.


english

Includes requested match status and match information.

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String