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 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于