Android.App.Notification.Number Property
The number of events that this notification represents.

Syntax

[Android.Runtime.Register("number")]
public int Number { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The number of events that this notification represents. For example, in a new mail notification, this could be the number of unread messages.

The system may or may not use this field to modify the appearance of the notification. For example, before Android.OS.BuildVersionCodes.HoneyComb, this number was superimposed over the icon in the status bar. Starting with Android.OS.BuildVersionCodes.HoneyComb, the template used by Android.App.Notification.Builder has displayed the number in the expanded notification view. If the number is 0 or negative, it is never shown.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1