IInsightVisualizerSession.CreateRemoteViewsForHints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests a RemoteViews visualization for the given set of hints and configuration.
[Android.Runtime.Register("createRemoteViewsForHints", "(Ljava/util/Set;Landroid/service/personalcontext/embedded/InsightVisualizerClientConfig;)Landroid/widget/RemoteViews;", "GetCreateRemoteViewsForHints_Ljava_util_Set_Landroid_service_personalcontext_embedded_InsightVisualizerClientConfig_Handler:Android.Service.PersonalContext.Embedded.IInsightVisualizerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)]
public Android.Widget.RemoteViews? CreateRemoteViewsForHints(System.Collections.Generic.ICollection<Android.App.PersonalContext.Hint.ContextHint> hints, Android.Service.PersonalContext.Embedded.InsightVisualizerClientConfig config);
[<Android.Runtime.Register("createRemoteViewsForHints", "(Ljava/util/Set;Landroid/service/personalcontext/embedded/InsightVisualizerClientConfig;)Landroid/widget/RemoteViews;", "GetCreateRemoteViewsForHints_Ljava_util_Set_Landroid_service_personalcontext_embedded_InsightVisualizerClientConfig_Handler:Android.Service.PersonalContext.Embedded.IInsightVisualizerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)>]
abstract member CreateRemoteViewsForHints : System.Collections.Generic.ICollection<Android.App.PersonalContext.Hint.ContextHint> * Android.Service.PersonalContext.Embedded.InsightVisualizerClientConfig -> Android.Widget.RemoteViews
Parameters
- hints
- ICollection<ContextHint>
the set of hints to generate a visualization for
the client surface configuration and sizing constraints
Returns
the RemoteViews containing the visualization, or null if a visualization
cannot be generated
- Attributes