toggle menu
client
androidJvm
switch theme
search in API
client
/
co.tryinhouse.android.models
/
Event
/
Event
Event
constructor
(
eventType
:
String
,
shortLink
:
String
?
=
null
,
deepLink
:
String
?
=
null
,
timestamp
:
Long
=
System.currentTimeMillis()
,
deviceId
:
String
,
sessionId
:
String
,
extra
:
Map
<
String
,
Any
>
?
=
null
,
userAgent
:
String
?
=
null
,
ipAddress
:
String
?
=
null
,
referrer
:
String
?
=
null
)