Udostępnij za pośrednictwem


ViewStructure.PendingCredentialCallback Property

Definition

Gets the callback associated with this node.

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

Property Value

Attributes

Remarks

Gets the callback associated with this node.

If null, no callback or 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.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