AppWidgetHostView.UpdateAppWidget(RemoteViews) 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.
Process a set of RemoteViews
coming in as an update from the
AppWidget provider.
[Android.Runtime.Register("updateAppWidget", "(Landroid/widget/RemoteViews;)V", "GetUpdateAppWidget_Landroid_widget_RemoteViews_Handler")]
public virtual void UpdateAppWidget (Android.Widget.RemoteViews? remoteViews);
[<Android.Runtime.Register("updateAppWidget", "(Landroid/widget/RemoteViews;)V", "GetUpdateAppWidget_Landroid_widget_RemoteViews_Handler")>]
abstract member UpdateAppWidget : Android.Widget.RemoteViews -> unit
override this.UpdateAppWidget : Android.Widget.RemoteViews -> unit
Parameters
- remoteViews
- RemoteViews
- Attributes
Remarks
Process a set of RemoteViews
coming in as an update from the AppWidget provider. Will animate into these new views as needed
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.