IntentFilterPriority
IntentFilterPriority
Enum
Definition
Enumerates values returned by several types.
public enum IntentFilterPriority
type IntentFilterPriority =
- Inheritance
Fields
HighPriority HighPriority | 1000 | The filter Priorityvalue at which system high-priority receivers are placed; that is, receivers that should execute before application code. |
LowPriority LowPriority | -1000 | The filter Priorityvalue at which system low-priority receivers are placed; that is, receivers that should execute after application code. |
None None | 0 |
Remarks
Portions of this page are modifications based on work created and shared by the