Accounts

fun Accounts(    groupingMode: GroupingMode = NoGrouping,     filteringMode: FilteringMode = FilterAll,     accountEditConfiguration: AccountEditConfiguration = AccountEditConfiguration( listOf( EditAccountField.NAME, EditAccountField.KIND ) ))

Parameters

groupingMode

The GroupingMode that is used to group the accounts. By default it uses the NoGrouping mode.

filteringMode

The FilteringMode that is used to filter the accounts to be shown on the accounts screen. By default it uses the FilterAll mode.

accountEditConfiguration

The AccountEditConfiguration that defines the user-editable fields for the accounts. By default only the EditAccountField.NAME and EditAccountField.KIND are editable.