share_ dungeon_ dungeon Share Detail

@Serializable
data class share_dungeon_dungeonShareDetail(val id: Int = 0, val userIdList: List<Int> = emptyList()) : TrackingEvent

{v2.31.0} 던전 공유하기 화면에서 공유하기 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, userIdList: List<Int> = emptyList())

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0

던전 ID

Link copied to clipboard
@SerialName(value = "user_id_list" )
@SerializedName(value = "user_id_list" )
val userIdList: List<Int>

유저 아이디 목록

Functions

Link copied to clipboard
fun TrackingEvent.getRule(rules: <Error class: unknown class><String, TrackingEventRule>): TrackingEventRule?
Link copied to clipboard
fun TrackingEvent.hash(): String

TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.

Link copied to clipboard
fun TrackingEvent.toJSONObject(serde: JsonSerde): JSONObject