View.PendingCredentialCallback 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 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.