Notification.SmallIcon Property

Definition

The small icon representing this notification in the status bar and content view.

public virtual Android.Graphics.Drawables.Icon? SmallIcon { [Android.Runtime.Register("getSmallIcon", "()Landroid/graphics/drawable/Icon;", "GetGetSmallIconHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getSmallIcon", "()Landroid/graphics/drawable/Icon;", "GetGetSmallIconHandler", ApiSince=23)>]
member this.SmallIcon : Android.Graphics.Drawables.Icon

Property Value

the small icon representing this notification.

Attributes

Remarks

The small icon representing this notification in the status bar and content view.

Java documentation for android.app.Notification.getSmallIcon().

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