Accounts
fun Accounts( groupingMode: GroupingMode = NoGrouping, filteringMode: FilteringMode = FilterAll, accountEditConfiguration: AccountEditConfiguration = AccountEditConfiguration(
listOf(
EditAccountField.NAME,
EditAccountField.KIND
)
))
Content copied to clipboard
Parameters
grouping Mode
The GroupingMode that is used to group the accounts. By default it uses the NoGrouping mode.
filtering Mode
The FilteringMode that is used to filter the accounts to be shown on the accounts screen. By default it uses the FilterAll mode.
account Edit Configuration
The AccountEditConfiguration that defines the user-editable fields for the accounts. By default only the EditAccountField.NAME and EditAccountField.KIND are editable.