An intent extra that contains one appWidgetId.
The value will be an int that can be retrieved like this:
java Example
Bundle extras = intent.getExtras(); int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID);
[Android Documentation]