TelecomManager.ExtraNotificationCount Field

Definition

The number of calls associated with the notification.

[Android.Runtime.Register("EXTRA_NOTIFICATION_COUNT", ApiSince=24)]
public const string ExtraNotificationCount;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_COUNT", ApiSince=24)>]
val mutable ExtraNotificationCount : string

Field Value

Attributes

Remarks

The number of calls associated with the notification. If the number is zero then the missed call notification should be dismissed.

Java documentation for android.telecom.TelecomManager.EXTRA_NOTIFICATION_COUNT.

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