Android.Widget.RemoteViews.SetRemoteAdapter Method
Equivalent to calling AbsListView.SetRemoteViewsAdapter(Android.Content.Intent).

Syntax

[Android.Runtime.Register("setRemoteAdapter", "(IILandroid/content/Intent;)V", "GetSetRemoteAdapter_IILandroid_content_Intent_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetRemoteAdapter (int appWidgetId, int viewId, Android.Content.Intent intent)

Parameters

appWidgetId
The id of the app widget which contains the specified view. (This parameter is ignored in this deprecated method)
viewId
The id of the Android.Widget.AdapterView
intent
The intent of the service which will be providing data to the RemoteViewsAdapter

Remarks

Requirements

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