ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
TrackingEvent
Tracking
Event
@
JsonClass
(
generateAdapter
=
true
)
data
class
TrackingEvent
(
val
beaconUrls
:
List
<
String
>
,
val
duration
:
String
,
val
durationInSeconds
:
Double
,
val
eventId
:
String
,
val
eventType
:
String
,
val
startTime
:
String
,
val
startTimeInSeconds
:
Double
)
Content copied to clipboard
Constructors
Properties
Constructors
Tracking
Event
Link copied to clipboard
fun
TrackingEvent
(
beaconUrls
:
List
<
String
>
,
duration
:
String
,
durationInSeconds
:
Double
,
eventId
:
String
,
eventType
:
String
,
startTime
:
String
,
startTimeInSeconds
:
Double
)
Content copied to clipboard
Properties
beacon
Urls
Link copied to clipboard
val
beaconUrls
:
List
<
String
>
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
String
Content copied to clipboard
duration
In
Seconds
Link copied to clipboard
val
durationInSeconds
:
Double
Content copied to clipboard
event
Id
Link copied to clipboard
val
eventId
:
String
Content copied to clipboard
event
Type
Link copied to clipboard
val
eventType
:
String
Content copied to clipboard
start
Time
Link copied to clipboard
val
startTime
:
String
Content copied to clipboard
start
Time
In
Seconds
Link copied to clipboard
val
startTimeInSeconds
:
Double
Content copied to clipboard