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
/
write_game_review
write_
game_
review
@
Serializable
data
class
write_game_review
(
val
gameId
:
Int
=
0
)
:
TrackingEvent
{v2.27.0} 게임 리뷰 작성
Members
Members & Extensions
Constructors
write_
game_
review
Link copied to clipboard
constructor
(
gameId
:
Int
=
0
)
Properties
event
Name
Link copied to clipboard
open
val
eventName
:
String
game
Id
Link copied to clipboard
@
SerialName
(
value
=
"game_id"
)
@
SerializedName
(
value
=
"game_id"
)
val
gameId
:
Int
=
0
게임 ID
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