View.ClearPendingCredentialRequest Method

Definition

Clears the request and callback previously set through View#setPendingCredentialRequest.

[Android.Runtime.Register("clearPendingCredentialRequest", "()V", "GetClearPendingCredentialRequestHandler", ApiSince=35)]
public virtual void ClearPendingCredentialRequest ();
[<Android.Runtime.Register("clearPendingCredentialRequest", "()V", "GetClearPendingCredentialRequestHandler", ApiSince=35)>]
abstract member ClearPendingCredentialRequest : unit -> unit
override this.ClearPendingCredentialRequest : unit -> unit
Attributes

Remarks

Clears the request and callback previously set through View#setPendingCredentialRequest. Once this API is invoked, there will be no request fired to CredentialManager on future view focus events.

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

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