manage_ party_ join_ request

@Serializable
data class manage_party_join_request(val type: String = "") : TrackingEvent

{v2.27.0} 파티 가입 요청 수락 ACCEPT: 수락 DENY: 거절

Constructors

Link copied to clipboard
constructor(type: String = "")

Properties

Link copied to clipboard
open val eventName: String
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