toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core
/
D2Configuration
D2Configuration
abstract
class
D2Configuration
Members
Constructors
D2Configuration
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
app
Name
Link copied to clipboard
@
Nullable
abstract
fun
appName
(
)
:
String
app
Version
Link copied to clipboard
@
Nullable
abstract
fun
appVersion
(
)
:
String
builder
Link copied to clipboard
open
fun
builder
(
)
:
D2Configuration.Builder
connect
Timeout
In
Seconds
Link copied to clipboard
@
NonNull
abstract
fun
connectTimeoutInSeconds
(
)
:
Integer
context
Link copied to clipboard
@
NonNull
abstract
fun
context
(
)
:
Context
interceptors
Link copied to clipboard
@
NonNull
abstract
fun
interceptors
(
)
:
List
<
Interceptor
>
network
Interceptors
Link copied to clipboard
@
NonNull
abstract
fun
networkInterceptors
(
)
:
List
<
Interceptor
>
read
Timeout
In
Seconds
Link copied to clipboard
@
NonNull
abstract
fun
readTimeoutInSeconds
(
)
:
Integer
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
D2Configuration.Builder
write
Timeout
In
Seconds
Link copied to clipboard
@
NonNull
abstract
fun
writeTimeoutInSeconds
(
)
:
Integer