UserSelectionState

Represents the state of the user selection.

Since

1.0.0-beta.1

Inheritors

Properties

Link copied to clipboard
abstract var selectedUserIds: List<String>

The list of selected userIds.

Link copied to clipboard

The count of selected users.

Functions

Link copied to clipboard
open fun isSelected(userId: String): Boolean

Checks if the user is selected.

Link copied to clipboard
open fun toggleSelection(userId: String)

Toggles the selection of the user.