impression_ top_ message

@Serializable
data class impression_top_message(val noticeId: Int = 0) : TrackingEvent

{v2.26.5} 알림 상단 공지 노출

Constructors

Link copied to clipboard
constructor(noticeId: Int = 0)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "notice_id" )
@SerializedName(value = "notice_id" )
val noticeId: Int = 0

공지 ID

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