Android.Widget.RemoteViewsService.OnGetViewFactory Method
To be implemented by the derived service to generate appropriate factories for the data.

Syntax

[Android.Runtime.Register("onGetViewFactory", "(Landroid/content/Intent;)Landroid/widget/RemoteViewsService$RemoteViewsFactory;", "GetOnGetViewFactory_Landroid_content_Intent_Handler")]
public abstract RemoteViewsService.IRemoteViewsFactory OnGetViewFactory (Android.Content.Intent intent)

Parameters

intent
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

To be implemented by the derived service to generate appropriate factories for the data.

[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