toggle menu
Android FHIR Engine Library
1.0.0
androidJvm
switch theme
search in API
Android FHIR Engine Library
/
com.google.android.fhir.sync.upload
/
SyncUploadProgress
Sync
Upload
Progress
data
class
SyncUploadProgress
(
val
remaining
:
Int
,
val
initialTotal
:
Int
,
val
uploadError
:
ResourceSyncException
?
=
null
)
Members
Constructors
Sync
Upload
Progress
Link copied to clipboard
constructor
(
remaining
:
Int
,
initialTotal
:
Int
,
uploadError
:
ResourceSyncException
?
=
null
)
Properties
initial
Total
Link copied to clipboard
val
initialTotal
:
Int
remaining
Link copied to clipboard
val
remaining
:
Int
upload
Error
Link copied to clipboard
val
uploadError
:
ResourceSyncException
?
=
null