ConflictSingleViewInfo

class ConflictSingleViewInfo(val playerId: Long)

계정 충돌시 충돌 유저의 게임 정보를 같이 보여주기 위한 클래스
The class showing the conflicted account's game data when user accounts conflict

Constructors

Link copied to clipboard
constructor(playerId: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun setGameData(gameData: MutableMap<String, Any>)
Link copied to clipboard
fun setValue(key: String, value: Double)
fun setValue(key: String, value: Int)
fun setValue(key: String, value: String)
Link copied to clipboard