ztcorekit
/
fr.zhortech.ztcorekit.api.activity
/
ZTSegment
Z
T
Segment
data class
ZTSegment
(id:
Int
, activityId:
String
, timestamp:
Long
, duration:
Long
, data:
ByteArray
, synced:
Boolean
) :
Serializable
Content copied to clipboard
ZTSegment
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Constructors
Properties
Constructors
ZTSegment
Link copied to clipboard
fun
ZTSegment
(id:
Int
, activityId:
String
, timestamp:
Long
= System.currentTimeMillis(), duration:
Long
= -1, data:
ByteArray
, synced:
Boolean
= false)
Content copied to clipboard
Properties
activityId
Link copied to clipboard
val
activityId
:
String
Content copied to clipboard
data
Link copied to clipboard
val
data
:
ByteArray
Content copied to clipboard
duration
Link copied to clipboard
var
duration
:
Long
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
synced
Link copied to clipboard
var
synced
:
Boolean
= false
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard