Android.Appwidget.AppWidgetManager.NotifyAppWidgetViewDataChanged Method
Notifies the specified collection view in the specified AppWidget instance to invalidate its data.

Syntax

[Android.Runtime.Register("notifyAppWidgetViewDataChanged", "(II)V", "GetNotifyAppWidgetViewDataChanged_IIHandler")]
public virtual void NotifyAppWidgetViewDataChanged (int appWidgetId, int viewId)

Parameters

appWidgetId
The AppWidget instance to notify of view data changes.
viewId
The collection view id.

Remarks

Notifies the specified collection view in the specified AppWidget instance to invalidate its data.

[Android Documentation]

Requirements

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