Android.Content.IntentFilterPriority Enumeration
Enumerates values returned by several types.

Syntax

public enum IntentFilterPriority

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
HighPriorityThe filter IntentFilter.Priority value at which system high-priority receivers are placed; that is, receivers that should execute before application code. Applications should never use filters with this or higher priorities.
LowPriorityThe filter IntentFilter.Priority value at which system low-priority receivers are placed; that is, receivers that should execute after application code. Applications should never use filters with this or lower priorities.
NoneDocumentation for this section has not yet been entered.

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0