invite_ friend Invite_ friend Invite Detail

@Serializable
data class invite_friendInvite_friendInviteDetail(val type: String = "", val year: Int = 0, val month: Int = 0, val userId: Int = 0, val inviteId: Int? = null) : TrackingEvent

{v2.31.0} (~2.31버전 & 글로벌) 친구 초대 화면에서 "다른 방법으로 초대하기" 또는 "초대 링크 복사" {v2.33.0} (한국) 친구 초대 화면에서 카카오톡으로 초대하기 클릭

Constructors

Link copied to clipboard
constructor(type: String = "", year: Int = 0, month: Int = 0, userId: Int = 0, inviteId: Int? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "invite_id" )
@SerializedName(value = "invite_id" )
val inviteId: Int? = null
Link copied to clipboard
@SerialName(value = "month" )
@SerializedName(value = "month" )
val month: Int = 0
Link copied to clipboard
@SerialName(value = "type" )
@SerializedName(value = "type" )
val type: String

LINK(초대 링크 복사) || KAKAO || SEEMORE(더보기)

Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "year" )
@SerializedName(value = "year" )
val year: 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