CredentialOption.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 credentialRetrievalData, Android.OS.Bundle candidateQueryData);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;)V", "", ApiSince=34)>]
new Android.Credentials.CredentialOption.Builder : string * Android.OS.Bundle * Android.OS.Bundle -> Android.Credentials.CredentialOption.Builder

Parameters

type
String

the type of the credential option

credentialRetrievalData
Bundle

the full request data

candidateQueryData
Bundle

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

Attributes

Remarks

Java documentation for android.credentials.CredentialOption.Builder.CredentialOption$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