Custom Grouping
class CustomGrouping(val grouping: (List<AccountWithImage>) -> List<GroupedAccountsItem>) : GroupingMode
Content copied to clipboard
Constructors
Link copied to clipboard
fun CustomGrouping(grouping: (List<AccountWithImage>) -> List<GroupedAccountsItem>)
Content copied to clipboard
Functions
Link copied to clipboard
open fun groupAccounts(accounts: List<AccountWithImage>): List<GroupedAccountsItem>
Content copied to clipboard