toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.systeminfo
/
SystemInfo
System
Info
abstract
class
SystemInfo
:
BaseObject
Members
Constructors
System
Info
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
SystemInfo.Builder
context
Path
Link copied to clipboard
@
Nullable
abstract
fun
contextPath
(
)
:
String
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
SystemInfo
date
Format
Link copied to clipboard
@
Nullable
abstract
fun
dateFormat
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
server
Date
Link copied to clipboard
@
Nullable
abstract
fun
serverDate
(
)
:
Date
system
Name
Link copied to clipboard
@
Nullable
abstract
fun
systemName
(
)
:
String
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
SystemInfo.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
version
Link copied to clipboard
@
Nullable
abstract
fun
version
(
)
:
String