Playio Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Playio Android
data
/
com.gna.playio.core.data.analytics.model
/
TrackingEvents
/
view_mailDetail
view_
mailDetail
@
Serializable
data
class
view_mailDetail
(
val
source
:
String
=
""
,
val
sourceKey
:
String
?
=
null
)
:
TrackingEvent
{v2.33.0} 일림함 화면 뷰
Members
Members & Extensions
Constructors
view_
mailDetail
Link copied to clipboard
constructor
(
source
:
String
=
""
,
sourceKey
:
String
?
=
null
)
Properties
event
Name
Link copied to clipboard
open
val
eventName
:
String
source
Link copied to clipboard
@
SerialName
(
value
=
"source"
)
@
SerializedName
(
value
=
"source"
)
val
source
:
String
source
Key
Link copied to clipboard
@
SerialName
(
value
=
"source_key"
)
@
SerializedName
(
value
=
"source_key"
)
val
sourceKey
:
String
?
=
null
Functions
get
Rule
Link copied to clipboard
fun
TrackingEvent
.
getRule
(
rules
:
<Error class: unknown class>
<
String
,
TrackingEventRule
>
)
:
TrackingEventRule
?
hash
Link copied to clipboard
fun
TrackingEvent
.
hash
(
)
:
String
TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.
to
JSONObject
Link copied to clipboard
fun
TrackingEvent
.
toJSONObject
(
serde
:
JsonSerde
)
:
JSONObject