Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun collectUserKey(activity: Activity, userKeys: List<UserKeyOption> = emptyList()): UserKeyOption
Collects a user key selection from the user via a Jetpack Compose dialog.
Link copied to clipboard
A Jetpack Compose dialog for collecting an application PIN from the user.
Link copied to clipboard
fun UserKeyDialog(userKeys: List<UserKeyOption>, onUserKeySelected: (UserKeyOption) -> Unit, onCancelled: () -> Unit)
A Jetpack Compose dialog for selecting a user key from multiple registered device bindings.