Notification.BadgeIconType Property

Definition

Returns what icon should be shown for this notification if it is being displayed in a Launcher that supports badging.

public virtual Android.App.NotificationBadgeIconType BadgeIconType { [Android.Runtime.Register("getBadgeIconType", "()I", "GetGetBadgeIconTypeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getBadgeIconType", "()I", "GetGetBadgeIconTypeHandler", ApiSince=26)>]
member this.BadgeIconType : Android.App.NotificationBadgeIconType

Property Value

Attributes

Remarks

Returns what icon should be shown for this notification if it is being displayed in a Launcher that supports badging. Will be one of #BADGE_ICON_NONE, #BADGE_ICON_SMALL, or #BADGE_ICON_LARGE.

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

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