Language

AgentTaskEvent.LeadingIcons Property

Definition

List of leading icons to show at the start of the event content, before any text (if available) or the trailing icons.

public System.Collections.Generic.IList<Android.Graphics.Drawables.Icon> LeadingIcons { [Android.Runtime.Register("getLeadingIcons", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getLeadingIcons", "()Ljava/util/List;", "", ApiSince=37)>]
member this.LeadingIcons : System.Collections.Generic.IList<Android.Graphics.Drawables.Icon>

Property Value

the list of leading icons

Attributes

Applies to