like_ showingOff_ user Profile Detail

@Serializable
data class like_showingOff_userProfileDetail(val userId: Int = 0, val id: Int = 0, val isLike: Boolean = false, val likeCnt: Int = 0, val gameId: Int = 0, val gameName: String = "") : TrackingEvent

{v.2.39.0} 타인 프로필 화면에서 자랑하기 좋아요

Constructors

Link copied to clipboard
constructor(userId: Int = 0, id: Int = 0, isLike: Boolean = false, likeCnt: Int = 0, gameId: Int = 0, gameName: String = "")

Properties

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

자랑하기 id

Link copied to clipboard
@SerialName(value = "is_like" )
@SerializedName(value = "is_like" )
val isLike: Boolean = false
Link copied to clipboard
@SerialName(value = "like_cnt" )
@SerializedName(value = "like_cnt" )
val likeCnt: Int = 0
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0

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