AppWidgetManager.ActionAppwidgetDeleted 字段

定义

从其主机中删除 AppWidget 实例时发送。

[Android.Runtime.Register("ACTION_APPWIDGET_DELETED")]
public const string ActionAppwidgetDeleted;
[<Android.Runtime.Register("ACTION_APPWIDGET_DELETED")>]
val mutable ActionAppwidgetDeleted : string

字段值

属性

注解

从其主机中删除 AppWidget 实例时发送。

<p class=“note”>这是一个受保护的意向,只能由系统发送。

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

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

适用于

另请参阅

  • <xref:Android.Appwidget.AppWidgetProvider.OnDeleted(Android.Content.Context%2c+System.Int32%5b%5d)>