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
/
copy_game_coupon
copy_
game_
coupon
@
Serializable
data
class
copy_game_coupon
(
val
gameId
:
Int
=
0
,
val
noticeId
:
Int
=
0
,
val
code
:
String
=
""
)
:
TrackingEvent
{v2.26.5} 게임 쿠폰 복사
Members
Members & Extensions
Constructors
copy_
game_
coupon
Link copied to clipboard
constructor
(
gameId
:
Int
=
0
,
noticeId
:
Int
=
0
,
code
:
String
=
""
)
Properties
code
Link copied to clipboard
@
SerialName
(
value
=
"code"
)
@
SerializedName
(
value
=
"code"
)
val
code
:
String
복사한 코드
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
notice
Id
Link copied to clipboard
@
SerialName
(
value
=
"notice_id"
)
@
SerializedName
(
value
=
"notice_id"
)
val
noticeId
:
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