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