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
/
switch_account
switch_
account
@
Serializable
data
class
switch_account
(
val
loginType
:
String
?
=
null
,
val
socialId
:
String
?
=
null
)
:
TrackingEvent
{v2.26.5} 계정 전환 시도
Members
Members & Extensions
Constructors
switch_
account
Link copied to clipboard
constructor
(
loginType
:
String
?
=
null
,
socialId
:
String
?
=
null
)
Properties
event
Name
Link copied to clipboard
open
val
eventName
:
String
login
Type
Link copied to clipboard
@
SerialName
(
value
=
"login_type"
)
@
SerializedName
(
value
=
"login_type"
)
val
loginType
:
String
?
=
null
social
Id
Link copied to clipboard
@
SerialName
(
value
=
"social_id"
)
@
SerializedName
(
value
=
"social_id"
)
val
socialId
:
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