InsightBranding.Builder.SetIcon 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 |
|---|---|
| SetIcon(InsightBrandingIconType, Icon) | |
| SetIcon(InsightBrandingIconType, Int32, Icon) |
SetIcon(InsightBrandingIconType, Icon)
[Android.Runtime.Register("setIcon", "(ILandroid/graphics/drawable/Icon;)Landroid/app/personalcontext/insight/InsightBranding$Builder;", "", ApiSince=37)]
public Android.App.PersonalContext.Insight.InsightBranding.Builder SetIcon(Android.App.PersonalContext.Insight.InsightBrandingIconType type, Android.Graphics.Drawables.Icon? icon);
[<Android.Runtime.Register("setIcon", "(ILandroid/graphics/drawable/Icon;)Landroid/app/personalcontext/insight/InsightBranding$Builder;", "", ApiSince=37)>]
member this.SetIcon : Android.App.PersonalContext.Insight.InsightBrandingIconType * Android.Graphics.Drawables.Icon -> Android.App.PersonalContext.Insight.InsightBranding.Builder
Parameters
- icon
- Icon
Returns
- Attributes
Applies to
SetIcon(InsightBrandingIconType, Int32, Icon)
[Android.Runtime.Register("setIcon", "(IILandroid/graphics/drawable/Icon;)Landroid/app/personalcontext/insight/InsightBranding$Builder;", "", ApiSince=37)]
public Android.App.PersonalContext.Insight.InsightBranding.Builder SetIcon(Android.App.PersonalContext.Insight.InsightBrandingIconType type, int position, Android.Graphics.Drawables.Icon? icon);
[<Android.Runtime.Register("setIcon", "(IILandroid/graphics/drawable/Icon;)Landroid/app/personalcontext/insight/InsightBranding$Builder;", "", ApiSince=37)>]
member this.SetIcon : Android.App.PersonalContext.Insight.InsightBrandingIconType * int * Android.Graphics.Drawables.Icon -> Android.App.PersonalContext.Insight.InsightBranding.Builder
Parameters
- position
- Int32
- icon
- Icon
Returns
- Attributes