Language

InsightBranding.Builder.SetIcon Method

Definition

Overloads

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

Applies to