click_ party Member Profile_ party Profile Detail

@Serializable
data class click_partyMemberProfile_partyProfileDetail(val id: Int = 0, val partyId: Int = 0, val userId: Int = 0, val userScreenName: String = "", val partyPoint: Int = 0, val order: Int = 0) : TrackingEvent

{v2.33.0} 다른 파티 화면에서 파티원 프로필 클릭

Constructors

constructor(id: Int = 0, partyId: Int = 0, userId: Int = 0, userScreenName: String = "", partyPoint: Int = 0, order: Int = 0)

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 = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "party_id" )
@SerializedName(value = "party_id" )
val partyId: Int = 0
Link copied to clipboard
@SerialName(value = "party_point" )
@SerializedName(value = "party_point" )
val partyPoint: Int = 0
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "user_screen_name" )
@SerializedName(value = "user_screen_name" )
val userScreenName: String

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