Android.Widget.RemoteViewsService Class
The service to be connected to for a remote adapter to request RemoteViews.

See Also: RemoteViewsService Members

Syntax

[Android.Runtime.Register("android/widget/RemoteViewsService", DoNotGenerateAcw=true)]
public abstract class RemoteViewsService : Android.App.Service

Remarks

The service to be connected to for a remote adapter to request RemoteViews. Users should extend the RemoteViewsService to provide the appropriate RemoteViewsFactory's used to populate the remote collection view (ListView, GridView, etc).

[Android Documentation]

Requirements

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