toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.user
/
AccountManager
Account
Manager
interface
AccountManager
Members
Functions
account
Deletion
Observable
Link copied to clipboard
abstract
fun
accountDeletionObservable
(
)
:
Observable
<
AccountDeletionReason
>
delete
Current
Account
Link copied to clipboard
abstract
fun
deleteCurrentAccount
(
)
get
Accounts
Link copied to clipboard
abstract
fun
getAccounts
(
)
:
List
<
DatabaseAccount
>
get
Current
Account
Link copied to clipboard
abstract
fun
getCurrentAccount
(
)
:
DatabaseAccount
?
get
Max
Accounts
Link copied to clipboard
abstract
fun
getMaxAccounts
(
)
:
Int
?
set
Max
Accounts
Link copied to clipboard
abstract
fun
setMaxAccounts
(
maxAccounts
:
Int
?
)