InlinePresentation.CreateTooltipPresentation メソッド

定義

インライン検索候補ツールヒントのプレゼンテーションを作成します。

[Android.Runtime.Register("createTooltipPresentation", "(Landroid/app/slice/Slice;Landroid/widget/inline/InlinePresentationSpec;)Landroid/service/autofill/InlinePresentation;", "", ApiSince=31)]
public static Android.Service.Autofill.InlinePresentation CreateTooltipPresentation(Android.App.Slices.Slice slice, Android.Widget.Inline.InlinePresentationSpec spec);
[<Android.Runtime.Register("createTooltipPresentation", "(Landroid/app/slice/Slice;Landroid/widget/inline/InlinePresentationSpec;)Landroid/service/autofill/InlinePresentation;", "", ApiSince=31)>]
static member CreateTooltipPresentation : Android.App.Slices.Slice * Android.Widget.Inline.InlinePresentationSpec -> Android.Service.Autofill.InlinePresentation

パラメーター

slice
Slice

インライン提案ツールヒントの UI コンテンツとアクションを表します。

spec
InlinePresentationSpec

インライン検索候補ツールヒントの UI 仕様を指定します。

返品

インライン検索候補ツールヒントのInlinePresentation

属性

注釈

インライン検索候補ツールヒントのプレゼンテーションを作成します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象