Notification.ProgressStyle.ProgressStartIcon Property

Definition

Gets the progress bar start icon.

public virtual Android.Graphics.Drawables.Icon? ProgressStartIcon { [Android.Runtime.Register("getProgressStartIcon", "()Landroid/graphics/drawable/Icon;", "GetGetProgressStartIconHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getProgressStartIcon", "()Landroid/graphics/drawable/Icon;", "GetGetProgressStartIconHandler", ApiSince=36)>]
member this.ProgressStartIcon : Android.Graphics.Drawables.Icon

Property Value

This value may be null.

Attributes

Remarks

Gets the progress bar start icon.

See also:

Android reference for android.app.Notification.ProgressStyle.getProgressStartIcon.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to