다음을 통해 공유


View.PendingCredentialRequest Property

Definition

Returns the GetCredentialRequest associated with the view.

public Android.Credentials.GetCredentialRequest? PendingCredentialRequest { [Android.Runtime.Register("getPendingCredentialRequest", "()Landroid/credentials/GetCredentialRequest;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPendingCredentialRequest", "()Landroid/credentials/GetCredentialRequest;", "", ApiSince=35)>]
member this.PendingCredentialRequest : Android.Credentials.GetCredentialRequest

Property Value

The credential request associated with this View.

Attributes

Remarks

Returns the GetCredentialRequest associated with the view. If the return value is null, that means no request has been set on the view and no CredentialManager flow will be invoked when this view is focused. Traditioanl autofill flows will still work, autofilling content if applicable, from the active android.service.autofill.AutofillService on the device.

See #setPendingCredentialRequest for more info.

Java documentation for android.view.View.getPendingCredentialRequest().

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