Share via


Notification.ProgressStyle.SetProgressEndIcon(Icon) Method

Definition

[Android.Runtime.Register("setProgressEndIcon", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressEndIcon_Landroid_graphics_drawable_Icon_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressEndIcon(Android.Graphics.Drawables.Icon? endIcon);
[<Android.Runtime.Register("setProgressEndIcon", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressEndIcon_Landroid_graphics_drawable_Icon_Handler", ApiSince=36)>]
abstract member SetProgressEndIcon : Android.Graphics.Drawables.Icon -> Android.App.Notification.ProgressStyle
override this.SetProgressEndIcon : Android.Graphics.Drawables.Icon -> Android.App.Notification.ProgressStyle

Parameters

endIcon
Icon

Returns

Attributes

Applies to