toggle menu
DHIS2 Android SDK
1.13.0
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.settings
/
GeneralSettingObjectRepository
General
Setting
Object
Repository
class
GeneralSettingObjectRepository
:
ReadOnlyAnyObjectWithDownloadRepositoryImpl
<
GeneralSettings
>
,
ReadOnlyWithDownloadObjectRepository
<
GeneralSettings
>
Members
Functions
blocking
Download
Link copied to clipboard
fun
blockingDownload
(
)
blocking
Exists
Link copied to clipboard
fun
blockingExists
(
)
:
Boolean
blocking
Get
Link copied to clipboard
fun
blockingGet
(
)
:
GeneralSettings
?
blocking
Has
Experimental
Feature
Link copied to clipboard
fun
blockingHasExperimentalFeature
(
featureName
:
String
)
:
Boolean
fun
blockingHasExperimentalFeature
(
feature
:
ExperimentalFeature
)
:
Boolean
download
Link copied to clipboard
fun
download
(
)
:
Completable
exists
Link copied to clipboard
fun
exists
(
)
:
Single
<
Boolean
>
get
Link copied to clipboard
fun
get
(
)
:
Single
<
GeneralSettings
?
>
has
Experimental
Feature
Link copied to clipboard
fun
hasExperimentalFeature
(
featureName
:
String
)
:
Single
<
Boolean
>
fun
hasExperimentalFeature
(
feature
:
ExperimentalFeature
)
:
Single
<
Boolean
>