ActionableInsight Constructor
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.
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