AuthenticationRequest.BodyContent.ContentViewWithMoreOptionsButton


class AuthenticationRequest.BodyContent.ContentViewWithMoreOptionsButton : AuthenticationRequest.BodyContent


A view with "more options" button.

This button should be used to provide more options for sign in or other purposes, such as when a user needs to select between multiple app-specific accounts or profiles that are available for sign in.

Apps should avoid using this when possible because it will create additional steps that the user must navigate through - clicking the more options button will dismiss the prompt, provide the app an opportunity to ask the user for the correct option, and finally allow the app to decide how to proceed once selected. This requires SET_BIOMETRIC_DIALOG_ADVANCED permission.

Summary

Public constructors

@RequiresPermission(value = "android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")
ContentViewWithMoreOptionsButton(description: String?)

Public properties

String?

The description of this view.

Public constructors

ContentViewWithMoreOptionsButton

Added in 1.4.0-alpha03
@RequiresPermission(value = "android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")
ContentViewWithMoreOptionsButton(description: String? = null)

Public properties

description

Added in 1.4.0-alpha03
val descriptionString?

The description of this view.