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
Requirements
Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11