Language

FillResponse.Builder.SetShowFillDialogIcon(Boolean) Method

Definition

Whether or not to show the Autofill provider icon inside of the Fill Dialog

[Android.Runtime.Register("setShowFillDialogIcon", "(Z)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=34)]
public Android.Service.Autofill.FillResponse.Builder SetShowFillDialogIcon(bool show);
[<Android.Runtime.Register("setShowFillDialogIcon", "(Z)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=34)>]
member this.SetShowFillDialogIcon : bool -> Android.Service.Autofill.FillResponse.Builder

Parameters

show
Boolean

True to show, false to hide. Defaults to true.

Returns

this builder. This value cannot be null.

Attributes

Remarks

Whether or not to show the Autofill provider icon inside of the Fill Dialog

Android reference for android.service.autofill.FillResponse.Builder.setShowFillDialogIcon.

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