AppWidgetHostView.UpdateAppWidgetOptions(Bundle) Method

Definition

Specify some extra information for the widget provider.

[Android.Runtime.Register("updateAppWidgetOptions", "(Landroid/os/Bundle;)V", "GetUpdateAppWidgetOptions_Landroid_os_Bundle_Handler")]
public virtual void UpdateAppWidgetOptions (Android.OS.Bundle? options);
[<Android.Runtime.Register("updateAppWidgetOptions", "(Landroid/os/Bundle;)V", "GetUpdateAppWidgetOptions_Landroid_os_Bundle_Handler")>]
abstract member UpdateAppWidgetOptions : Android.OS.Bundle -> unit
override this.UpdateAppWidgetOptions : Android.OS.Bundle -> unit

Parameters

options
Bundle

The bundle of options information.

Attributes

Remarks

Specify some extra information for the widget provider. Causes a callback to the AppWidgetProvider.

Java documentation for android.appwidget.AppWidgetHostView.updateAppWidgetOptions(android.os.Bundle).

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

See also

  • <xref:Android.Appwidget.AppWidgetProvider.OnAppWidgetOptionsChanged(Android.Content.Context%2c+Android.Appwidget.AppWidgetManager%2c+Android.Appwidget.AppWidgetManager%2c+Android.Appwidget.AppWidgetManager)>