complete_ signUp_ sign Up Detail

@Serializable
data class complete_signUp_signUpDetail(val type: String = "", val loginType: String = "", val inviterId: Int? = null, val referrerCode: String? = null, val inviteId: Int? = null) : TrackingEvent

{v2.33.0} 회원가입

Constructors

Link copied to clipboard
constructor(type: String = "", loginType: String = "", inviterId: Int? = null, referrerCode: String? = null, 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

초대 고유 id

Link copied to clipboard
@SerialName(value = "inviter_id" )
@SerializedName(value = "inviter_id" )
val inviterId: Int? = null
Link copied to clipboard
@SerialName(value = "login_type" )
@SerializedName(value = "login_type" )
val loginType: String
Link copied to clipboard
@SerialName(value = "referrer_code" )
@SerializedName(value = "referrer_code" )
val referrerCode: String? = null

초대를 한 사람의 referrer_code

Link copied to clipboard
@SerialName(value = "type" )
@SerializedName(value = "type" )
val type: 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