FillResponse.Builder.SetDialogHeader(RemoteViews) Method
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.
Sets the presentation of header in fill dialog UI.
[Android.Runtime.Register("setDialogHeader", "(Landroid/widget/RemoteViews;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=33)]
public Android.Service.Autofill.FillResponse.Builder SetDialogHeader(Android.Widget.RemoteViews header);
[<Android.Runtime.Register("setDialogHeader", "(Landroid/widget/RemoteViews;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=33)>]
member this.SetDialogHeader : Android.Widget.RemoteViews -> Android.Service.Autofill.FillResponse.Builder
Parameters
- header
- RemoteViews
Returns
- Attributes
Remarks
Sets the presentation of header in fill dialog UI. The header should have a prompt for what datasets are shown in the dialog. If this is not set, the dialog only shows your application icon. More details about the fill dialog, see fill dialog UI
Android reference for android.service.autofill.FillResponse.Builder.setDialogHeader.
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.