AppWidgetManager.ExtraHostId Field

Definition

An intent extra attached to the #ACTION_APPWIDGET_HOST_RESTORED broadcast, indicating the integer ID of the host whose widgets have just been restored.

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

Field Value

Attributes

Remarks

An intent extra attached to the #ACTION_APPWIDGET_HOST_RESTORED broadcast, indicating the integer ID of the host whose widgets have just been restored.

Java documentation for android.appwidget.AppWidgetManager.EXTRA_HOST_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to