Language

AgentTaskEvent.TrailingIcons Property

Definition

List of trailing icons to show at the end of the event content, after the text (if available) or the leading icons.

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

Property Value

the list of trailing icons

Attributes

Applies to