public final class

PromptContentViewWithMoreOptionsButton.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.biometric.PromptContentViewWithMoreOptionsButton.Builder

Overview

A builder used to set individual options for the PromptContentViewWithMoreOptionsButton class.

Summary

Constructors
publicBuilder()

Methods
public PromptContentViewWithMoreOptionsButtonbuild()

Creates a PromptContentViewWithMoreOptionsButton.

public PromptContentViewWithMoreOptionsButton.BuildersetDescription(java.lang.String description)

Optional: Sets a description that will be shown on the content view.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder()

Methods

public PromptContentViewWithMoreOptionsButton.Builder setDescription(java.lang.String description)

Optional: Sets a description that will be shown on the content view.

Parameters:

description: The description to display.

Returns:

This builder.

Creates a PromptContentViewWithMoreOptionsButton.

Returns:

An instance of PromptContentViewWithMoreOptionsButton.