AppWidgetManager.OptionAppwidgetRestoreCompleted 字段

定义

包含应用是否已完成还原小组件的捆绑包(布尔值)。

[Android.Runtime.Register("OPTION_APPWIDGET_RESTORE_COMPLETED", ApiSince=30)]
public const string OptionAppwidgetRestoreCompleted;
[<Android.Runtime.Register("OPTION_APPWIDGET_RESTORE_COMPLETED", ApiSince=30)>]
val mutable OptionAppwidgetRestoreCompleted : string

字段值

属性

注解

包含应用是否已完成还原小组件的捆绑包(布尔值)。

还原后,应用应在其小组件上将OPTION_APPWIDGET_RESTORE_COMPLETED设置为 true,然后调用 #updateAppWidget 以更新视图。

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

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

适用于