Added in API level 34
BeginGetCredentialResponse.Builder
public
static
final
class
BeginGetCredentialResponse.Builder
extends Object
| java.lang.Object | |
| ↳ | android.service.credentials.BeginGetCredentialResponse.Builder |
Builds an instance of BeginGetCredentialResponse.
Summary
Public constructors | |
|---|---|
Builder()
|
|
Public methods | |
|---|---|
BeginGetCredentialResponse.Builder
|
addAction(Action action)
Adds an |
BeginGetCredentialResponse.Builder
|
addAuthenticationAction(Action authenticationAction)
Add an authentication entry to be shown on the UI. |
BeginGetCredentialResponse.Builder
|
addCredentialEntry(CredentialEntry credentialEntry)
Adds a |
BeginGetCredentialResponse
|
build()
Builds a |
BeginGetCredentialResponse.Builder
|
setActions(List<Action> actions)
Sets the list of actions to be displayed on the UI. |
BeginGetCredentialResponse.Builder
|
setAuthenticationActions(List<Action> authenticationActions)
Sets the list of authentication entries to be displayed on the account selector UI. |
BeginGetCredentialResponse.Builder
|
setCredentialEntries(List<CredentialEntry> credentialEntries)
Sets the list of credential entries to be displayed on the account selector UI. |
BeginGetCredentialResponse.Builder
|
setRemoteCredentialEntry( |