共用方式為


AppWidgetHostView.UpdateAppWidget(RemoteViews) 方法

定義

處理一組 RemoteViews 來自 AppWidget 提供者的更新。

[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

參數

remoteViews
RemoteViews
屬性

備註

處理一組 RemoteViews 來自 AppWidget 提供者的更新。 視需要將動畫顯示到這些新檢視中

android.appwidget.AppWidgetHostView.updateAppWidget(android.widget.RemoteViews)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於