Language

ActionableInsight Constructor

Definition

Creates an instance of ActionableInsight from the given action, display details, and branding.

[Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/InsightActionDetails;Landroid/app/personalcontext/insight/InsightDisplayDetails;Landroid/app/personalcontext/insight/InsightBranding;)V", "", ApiSince=37)]
public ActionableInsight(Android.App.PersonalContext.Insight.InsightActionDetails actionDetails, Android.App.PersonalContext.Insight.InsightDisplayDetails displayDetails, Android.App.PersonalContext.Insight.InsightBranding? branding);
[<Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/InsightActionDetails;Landroid/app/personalcontext/insight/InsightDisplayDetails;Landroid/app/personalcontext/insight/InsightBranding;)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Insight.ActionableInsight : Android.App.PersonalContext.Insight.InsightActionDetails * Android.App.PersonalContext.Insight.InsightDisplayDetails * Android.App.PersonalContext.Insight.InsightBranding -> Android.App.PersonalContext.Insight.ActionableInsight

Parameters

actionDetails
InsightActionDetails
displayDetails
InsightDisplayDetails
branding
InsightBranding
Attributes

Applies to