Skip to content

Get Accounts

//trimble-id-android/com.trimble.id.android/IAccountManager/getAccounts

getAccounts

[androidJvm]
abstract suspend fun getAccounts(): List<Account>

Retrieve a list of all stored accounts. This method fetches all accounts currently managed by the application.

Return

A list of Account objects representing all stored accounts.