toggle menu
Android FHIR Engine Library
1.0.0
androidJvm
switch theme
search in API
Android FHIR Engine Library
/
com.google.android.fhir.sync
/
SyncJobStatus
/
InProgress
In
Progress
data
class
InProgress
(
val
syncOperation
:
SyncOperation
,
val
total
:
Int
=
0
,
val
completed
:
Int
=
0
)
:
SyncJobStatus
Syncing in progress with the server.
Members
Constructors
In
Progress
Link copied to clipboard
constructor
(
syncOperation
:
SyncOperation
,
total
:
Int
=
0
,
completed
:
Int
=
0
)
Properties
completed
Link copied to clipboard
val
completed
:
Int
=
0
sync
Operation
Link copied to clipboard
val
syncOperation
:
SyncOperation
total
Link copied to clipboard
val
total
:
Int
=
0