AppWidgetEvent.AppWidgetId Property

Definition

The app widget ID of the widget that generated this event.

public int AppWidgetId { [Android.Runtime.Register("getAppWidgetId", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getAppWidgetId", "()I", "", ApiSince=36)>]
member this.AppWidgetId : int

Property Value

Attributes

Remarks

The app widget ID of the widget that generated this event.

Java documentation for android.appwidget.AppWidgetEvent.getAppWidgetId().

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