View.PendingCredentialCallback Property

Definition

Returns the callback that has previously been set up on this view through the #setPendingCredentialRequest API.

public Android.OS.IOutcomeReceiver? PendingCredentialCallback { [Android.Runtime.Register("getPendingCredentialCallback", "()Landroid/os/OutcomeReceiver;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPendingCredentialCallback", "()Landroid/os/OutcomeReceiver;", "", ApiSince=35)>]
member this.PendingCredentialCallback : Android.OS.IOutcomeReceiver

Property Value

The callback associated with this view that will be invoked on a response from CredentialManager .

Attributes

Remarks

Returns the callback that has previously been set up on this view through the #setPendingCredentialRequest API. If the return value is null, that means no callback, or 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, and autofillable content will still be returned through the #autofill(AutofillValue) )} API.

See #setPendingCredentialRequest for more info.

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

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