AppWidgetManager.ExtraAppwidgetPreview 字段

定义

可以传递给 #requestPinAppWidget(ComponentName, Bundle, PendingIntent)的附加项。

[Android.Runtime.Register("EXTRA_APPWIDGET_PREVIEW", ApiSince=26)]
public const string ExtraAppwidgetPreview;
[<Android.Runtime.Register("EXTRA_APPWIDGET_PREVIEW", ApiSince=26)>]
val mutable ExtraAppwidgetPreview : string

字段值

属性

注解

可以传递给 #requestPinAppWidget(ComponentName, Bundle, PendingIntent)的附加项。 这将允许启动器应用向用户呈现自定义预览。

该值应 RemoteViews 类似于用于调用的内容 #updateAppWidget

适用于 . 的 android.appwidget.AppWidgetManager.EXTRA_APPWIDGET_PREVIEWJava 文档

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

适用于