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_achievementDetail
view_
achievement
Detail
@
Serializable
data
class
view_achievementDetail
(
val
sourceKey
:
String
?
=
null
,
val
userId
:
Int
=
0
,
val
source
:
String
=
""
)
:
TrackingEvent
Members
Members & Extensions
Constructors
view_
achievement
Detail
Link copied to clipboard
constructor
(
sourceKey
:
String
?
=
null
,
userId
:
Int
=
0
,
source
:
String
=
""
)
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
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
@
SerializedName
(
value
=
"user_id"
)
val
userId
:
Int
=
0
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