kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
offline-outbox
/
com.siddharth.kmp.offlineoutbox
/
DraftEntry
Draft
Entry
data
class
DraftEntry
<
T
>
(
val
formKey
:
String
,
val
uniqueKey
:
String
,
val
payload
:
T
,
val
status
:
DraftStatus
,
val
errorMessage
:
String
?
,
val
createdAt
:
Long
,
val
updatedAt
:
Long
)
Members
Constructors
Draft
Entry
Link copied to clipboard
constructor
(
formKey
:
String
,
uniqueKey
:
String
,
payload
:
T
,
status
:
DraftStatus
,
errorMessage
:
String
?
,
createdAt
:
Long
,
updatedAt
:
Long
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Long
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
form
Key
Link copied to clipboard
val
formKey
:
String
payload
Link copied to clipboard
val
payload
:
T
status
Link copied to clipboard
val
status
:
DraftStatus
unique
Key
Link copied to clipboard
val
uniqueKey
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Long