ScreenWhisperInsight.Builder Constructors
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 |
|---|---|
| ScreenWhisperInsight.Builder(ActionableInsight) | |
| ScreenWhisperInsight.Builder(PromptInsight) |
ScreenWhisperInsight.Builder(ActionableInsight)
[Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/ActionableInsight;)V", "", ApiSince=37)]
public Builder(Android.App.PersonalContext.Insight.ActionableInsight actionableInsight);
[<Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/ActionableInsight;)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Insight.ScreenWhisperInsight.Builder : Android.App.PersonalContext.Insight.ActionableInsight -> Android.App.PersonalContext.Insight.ScreenWhisperInsight.Builder
Parameters
- actionableInsight
- ActionableInsight
- Attributes
Applies to
ScreenWhisperInsight.Builder(PromptInsight)
[Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/PromptInsight;)V", "", ApiSince=37)]
public Builder(Android.App.PersonalContext.Insight.PromptInsight promptInsight);
[<Android.Runtime.Register(".ctor", "(Landroid/app/personalcontext/insight/PromptInsight;)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Insight.ScreenWhisperInsight.Builder : Android.App.PersonalContext.Insight.PromptInsight -> Android.App.PersonalContext.Insight.ScreenWhisperInsight.Builder
Parameters
- promptInsight
- PromptInsight
- Attributes