NotificationInsight.Builder.AddChildInsight 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.
Overloads
| Name | Description |
|---|---|
| AddChildInsight(ActionableInsight) | |
| AddChildInsight(DisplayInsight) |
AddChildInsight(ActionableInsight)
[Android.Runtime.Register("addChildInsight", "(Landroid/app/personalcontext/insight/ActionableInsight;)Landroid/app/personalcontext/insight/NotificationInsight$Builder;", "", ApiSince=37)]
public Android.App.PersonalContext.Insight.NotificationInsight.Builder AddChildInsight(Android.App.PersonalContext.Insight.ActionableInsight insight);
[<Android.Runtime.Register("addChildInsight", "(Landroid/app/personalcontext/insight/ActionableInsight;)Landroid/app/personalcontext/insight/NotificationInsight$Builder;", "", ApiSince=37)>]
member this.AddChildInsight : Android.App.PersonalContext.Insight.ActionableInsight -> Android.App.PersonalContext.Insight.NotificationInsight.Builder
Parameters
- insight
- ActionableInsight
Returns
- Attributes
Applies to
AddChildInsight(DisplayInsight)
[Android.Runtime.Register("addChildInsight", "(Landroid/app/personalcontext/insight/DisplayInsight;)Landroid/app/personalcontext/insight/NotificationInsight$Builder;", "", ApiSince=37)]
public Android.App.PersonalContext.Insight.NotificationInsight.Builder AddChildInsight(Android.App.PersonalContext.Insight.DisplayInsight insight);
[<Android.Runtime.Register("addChildInsight", "(Landroid/app/personalcontext/insight/DisplayInsight;)Landroid/app/personalcontext/insight/NotificationInsight$Builder;", "", ApiSince=37)>]
member this.AddChildInsight : Android.App.PersonalContext.Insight.DisplayInsight -> Android.App.PersonalContext.Insight.NotificationInsight.Builder
Parameters
- insight
- DisplayInsight
Returns
- Attributes