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

属性

注釈

インライン提案ツールヒントのプレゼンテーションを作成します

android.service.autofill.InlinePresentation.createTooltipPresentation(android.app.slice.Slice, android.widget.inline.InlinePresentationSpec)Java ドキュメント。

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

適用対象