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

Syntax

[Android.Runtime.Register("setRemoteAdapter", "(ILandroid/content/Intent;)V", "GetSetRemoteAdapter_ILandroid_content_Intent_Handler")]
public virtual void SetRemoteAdapter (int viewId, Android.Content.Intent intent)

Parameters

viewId
The id of the Android.Widget.AdapterView
intent
The intent of the service which will be providing data to the RemoteViewsAdapter

Remarks

Equivalent to calling AbsListView.SetRemoteViewsAdapter(Android.Content.Intent). Can only be used for App Widgets.

[Android Documentation]

Requirements

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