Language

Dataset.Builder.SetInlinePresentation Method

Definition

Overloads

Name Description
SetInlinePresentation(InlinePresentation, InlinePresentation)

Visualizes this dataset as inline suggestions.

SetInlinePresentation(InlinePresentation)

Sets the InlinePresentation used to visualize this dataset as inline suggestions.

SetInlinePresentation(InlinePresentation, InlinePresentation)

Visualizes this dataset as inline suggestions.

[Android.Runtime.Register("setInlinePresentation", "(Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;", "", ApiSince=31)]
public Android.Service.Autofill.Dataset.Builder SetInlinePresentation(Android.Service.Autofill.InlinePresentation inlinePresentation, Android.Service.Autofill.InlinePresentation inlineTooltipPresentation);
[<Android.Runtime.Register("setInlinePresentation", "(Landroid/service/autofill/InlinePresentation;Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;", "", ApiSince=31)>]
member this.SetInlinePresentation : Android.Service.Autofill.InlinePresentation * Android.Service.Autofill.InlinePresentation -> Android.Service.Autofill.Dataset.Builder

Parameters

inlinePresentation
InlinePresentation

the InlinePresentation used to visualize this dataset as inline suggestions. If the dataset supports inline suggestions this should not be null.

inlineTooltipPresentation
InlinePresentation

the InlinePresentation used to show the tooltip for the inlinePresentation. This value cannot be null.

Returns

this builder. This value cannot be null.

Attributes

Remarks

This method was deprecated in API level 33. Use Builder(Presentations) instead.

Visualizes this dataset as inline suggestions.

Android reference for android.service.autofill.Dataset.Builder.setInlinePresentation.

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

SetInlinePresentation(InlinePresentation)

Sets the InlinePresentation used to visualize this dataset as inline suggestions.

[Android.Runtime.Register("setInlinePresentation", "(Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;", "", ApiSince=30)]
public Android.Service.Autofill.Dataset.Builder SetInlinePresentation(Android.Service.Autofill.InlinePresentation inlinePresentation);
[<Android.Runtime.Register("setInlinePresentation", "(Landroid/service/autofill/InlinePresentation;)Landroid/service/autofill/Dataset$Builder;", "", ApiSince=30)>]
member this.SetInlinePresentation : Android.Service.Autofill.InlinePresentation -> Android.Service.Autofill.Dataset.Builder

Parameters

inlinePresentation
InlinePresentation

Returns

this builder.

Attributes

Remarks

This method was deprecated in API level 33. Use Builder(Presentations) instead.

Sets the InlinePresentation used to visualize this dataset as inline suggestions. If the dataset supports inline suggestions this should not be null.

Android reference for android.service.autofill.Dataset.Builder.setInlinePresentation.

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