View.PendingCredentialRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.