Partager via


ViewStructure.PendingCredentialRequest Property

Definition

Gets the GetCredentialRequest associated with this node.

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

Property Value

Attributes

Remarks

Gets the GetCredentialRequest associated with this node.

If null, no request is associated with this node, and hence no android.credentials.CredentialManager request will be fired when this node is focused.

For details on how a request and callback can be set, see ViewStructure#setPendingCredentialRequest(GetCredentialRequest, OutcomeReceiver)

Java documentation for android.view.ViewStructure.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