PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.attachments
/
Attachment
/
Attachment
Attachment
constructor
(
id
:
String
,
timestamp
:
Long
=
0
,
filename
:
String
,
state
:
AttachmentState
=
AttachmentState.QUEUED_DOWNLOAD
,
localUri
:
String
?
=
null
,
mediaType
:
String
?
=
null
,
size
:
Long
?
=
null
,
hasSynced
:
Boolean
=
false
,
metaData
:
String
?
=
null
)