- viewId
- The id of the parent Android.Views.ViewGroup to add child into.
- nestedView
- Android.Widget.RemoteViews that describes the child.
Equivalent to calling Android.Views.ViewGroup.AddView(Android.Views.View) after inflating the given Android.Widget.RemoteViews. This allows users to build "nested" Android.Widget.RemoteViews. In cases where consumers of Android.Widget.RemoteViews may recycle layouts, use RemoteViews.RemoveAllViews(int) to clear any existing children.