Language

CreateCredentialRequest.Builder.SetIsSystemProviderRequired(Boolean) Method

Definition

Sets whether the request must only be fulfilled by a system provider.

[Android.Runtime.Register("setIsSystemProviderRequired", "(Z)Landroid/credentials/CreateCredentialRequest$Builder;", "", ApiSince=34)]
public Android.Credentials.CreateCredentialRequest.Builder SetIsSystemProviderRequired(bool value);
[<Android.Runtime.Register("setIsSystemProviderRequired", "(Z)Landroid/credentials/CreateCredentialRequest$Builder;", "", ApiSince=34)>]
member this.SetIsSystemProviderRequired : bool -> Android.Credentials.CreateCredentialRequest.Builder

Parameters

value
Boolean

Returns

Attributes

Remarks

Sets whether the request must only be fulfilled by a system provider. This defaults to false

Android reference for android.credentials.CreateCredentialRequest.Builder.setIsSystemProviderRequired.

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