AutoJoin_ party Profile_ party Join Invite Detail

@Serializable
data class AutoJoin_partyProfile_partyJoinInviteDetail(val id: Int = 0, val name: String? = null, val memberCnt: Int? = null, val tag: String? = null, val rank: Int? = null, val isAuto: Boolean = false) : TrackingEvent

{v2.33.0} 파티 가입 및 초대 화면에서 파티 가입 신청 자동 수락하기 클릭

Constructors

constructor(id: Int = 0, name: String? = null, memberCnt: Int? = null, tag: String? = null, rank: Int? = null, isAuto: Boolean = false)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_auto" )
@SerializedName(value = "is_auto" )
val isAuto: Boolean = false
Link copied to clipboard
@SerialName(value = "member_cnt" )
@SerializedName(value = "member_cnt" )
val memberCnt: Int? = null
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String? = null
Link copied to clipboard
@SerialName(value = "rank" )
@SerializedName(value = "rank" )
val rank: Int? = null
Link copied to clipboard
@SerialName(value = "tag" )
@SerializedName(value = "tag" )
val tag: String? = null

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