Android.Content.Intent.ExtraAlarmCount Field
Used as an int extra field in Android.App.AlarmManager intents to tell the application being invoked how many pending alarms are being delievered with the intent.

Syntax

[Android.Runtime.Register("EXTRA_ALARM_COUNT")]
public const string ExtraAlarmCount

Remarks

Used as an int extra field in Android.App.AlarmManager intents to tell the application being invoked how many pending alarms are being delievered with the intent. For one-shot alarms this will always be 1. For recurring alarms, this might be greater than 1 if the device was asleep or powered off at the time an earlier alarm would have been delivered.

[Android Documentation]

Requirements

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