InterruptionFilter Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum InterruptionFilter
type InterruptionFilter =
- Inheritance
-
InterruptionFilter
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Interruption filter constant - returned when the value is unavailable for any reason. |
| All | 1 | Interruption filter constant - Normal interruption filter - no notifications are suppressed. |
| Priority | 2 | Interruption filter constant - Priority interruption filter - all notifications are suppressed except those that match the priority criteria. |
| None | 3 | Interruption filter constant - No interruptions filter - all notifications are suppressed and all audio streams (except those used for phone calls) and vibrations are muted. |
| Alarms | 4 | Interruption filter constant - Alarms only interruption filter - all notifications except those of category Notification.CATEGORY_ALARM are suppressed. |
Remarks
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.