Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:core:room
/
dev.atick.core.room.model
/
JetpackEntity
/
JetpackEntity
Jetpack
Entity
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
name
:
String
,
price
:
Double
,
userId
:
String
=
String()
,
lastUpdated
:
Long
=
0
,
lastSynced
:
Long
=
0
,
needsSync
:
Boolean
=
false
,
deleted
:
Boolean
=
false
,
syncAction
:
SyncAction
=
SyncAction.NONE
)