click_ alarm_ community Post Detail

@Serializable
data class click_alarm_communityPostDetail(val communityPostId: Int = 0, val isAlarm: Boolean = false) : TrackingEvent

{v2.50.0} 커뮤니티 게시글 댓글 알림 on/off 버튼 클릭

Constructors

Link copied to clipboard
constructor(communityPostId: Int = 0, isAlarm: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "community_post_id" )
@SerializedName(value = "community_post_id" )
val communityPostId: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "is_alarm" )
@SerializedName(value = "is_alarm" )
val isAlarm: Boolean = false

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