AuthenticationRequest.BodyContent.ContentViewWithMoreOptionsButton


public final class AuthenticationRequest.BodyContent.ContentViewWithMoreOptionsButton extends 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(String description)

Public methods

final String

The description of this view.

Public constructors

ContentViewWithMoreOptionsButton

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

Public methods

getDescription

Added in 1.4.0-alpha03
public final String getDescription()

The description of this view.