Share via


CreateCredentialRequest.Builder(String, Bundle, Bundle) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;)V", "", ApiSince=34)]
public Builder (string type, Android.OS.Bundle credentialData, Android.OS.Bundle candidateQueryData);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialRequest.Builder : string * Android.OS.Bundle * Android.OS.Bundle -> Android.Credentials.CreateCredentialRequest.Builder

Parameters

type
String

the type of the credential to be stored

credentialData
Bundle

the full credential creation request data, which must at minimum contain the required fields observed at the androidx.credentials.CreateCredentialRequest Bundle conversion static methods, because they are required for properly displaying the system credential selector UI

candidateQueryData
Bundle

the partial request data that will be sent to the provider during the initial creation candidate query stage

Attributes

Remarks

Java documentation for android.credentials.CreateCredentialRequest.Builder.CreateCredentialRequest$Builder(java.lang.String, android.os.Bundle, android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to