AppWidgetHostView.UpdateAppWidgetOptions(Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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)>