Android.Appwidget.AppWidgetManager.UpdateAppWidgetOptions Method
Update the extras for a given widget instance.

Syntax

[Android.Runtime.Register("updateAppWidgetOptions", "(ILandroid/os/Bundle;)V", "GetUpdateAppWidgetOptions_ILandroid_os_Bundle_Handler")]
public virtual void UpdateAppWidgetOptions (int appWidgetId, Android.OS.Bundle options)

See Also

AppWidgetManager.GetAppWidgetOptions(int)

Parameters

appWidgetId
The AppWidget instances for which to set the RemoteViews.
options
The options to associate with this widget

Remarks

Update the extras for a given widget instance.

The extras can be used to embed additional information about this widget to be accessed by the associated widget's AppWidgetProvider.

[Android Documentation]

Requirements

Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16