Langue

RemoteViewsService.OnGetViewFactory(Intent) Méthode

Définition

Pour être implémenté par le service dérivé afin de générer des fabriques appropriées pour les données.

[Android.Runtime.Register("onGetViewFactory", "(Landroid/content/Intent;)Landroid/widget/RemoteViewsService$RemoteViewsFactory;", "GetOnGetViewFactory_Landroid_content_Intent_Handler")]
public abstract Android.Widget.RemoteViewsService.IRemoteViewsFactory? OnGetViewFactory(Android.Content.Intent? intent);
[<Android.Runtime.Register("onGetViewFactory", "(Landroid/content/Intent;)Landroid/widget/RemoteViewsService$RemoteViewsFactory;", "GetOnGetViewFactory_Landroid_content_Intent_Handler")>]
abstract member OnGetViewFactory : Android.Content.Intent -> Android.Widget.RemoteViewsService.IRemoteViewsFactory

Paramètres

intent
Intent

Intention

Retours

Résultat de l’opération d’affichage de la fabrique d’affichage.

Attributs

Remarques

Java documentation pour android.widget.RemoteViewsService.onGetViewFactory(android.content.Intent).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à