toggle menu
OpenSRP
androidJvm
switch theme
search in API
quest
/
org.smartregister.fhircore.quest.ui.shared.models
/
AppDrawerUIState
App
Drawer
UIState
data
class
AppDrawerUIState
(
val
isSyncUpload
:
Boolean
?
=
false
,
val
currentSyncJobStatus
:
CurrentSyncJobStatus
?
=
null
,
val
percentageProgress
:
Int
?
=
0
)
Members
Constructors
App
Drawer
UIState
Link copied to clipboard
constructor
(
isSyncUpload
:
Boolean
?
=
false
,
currentSyncJobStatus
:
CurrentSyncJobStatus
?
=
null
,
percentageProgress
:
Int
?
=
0
)
Properties
current
Sync
Job
Status
Link copied to clipboard
val
currentSyncJobStatus
:
CurrentSyncJobStatus
?
=
null
is
Sync
Upload
Link copied to clipboard
val
isSyncUpload
:
Boolean
?
=
false
percentage
Progress
Link copied to clipboard
val
percentageProgress
:
Int
?
=
0