Notifies the specified collection view in all the specified AppWidget instances
 to invalidate their data.
Syntax
[Android.Runtime.Register("notifyAppWidgetViewDataChanged", "([II)V", "GetNotifyAppWidgetViewDataChanged_arrayIIHandler")]
public virtual 
void NotifyAppWidgetViewDataChanged (
int[] appWidgetIds, 
int viewId)
Parameters
- appWidgetIds
- The AppWidget instances 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