BroadcastDeferralPolicy 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 BroadcastDeferralPolicy
type BroadcastDeferralPolicy =
- Inheritance
-
BroadcastDeferralPolicy
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Deferral policy that indicates no desire has been expressed, and that the system should use a reasonable default behavior. |
| None | 1 | Deferral policy that indicates a strong desire that no receiver of this broadcast should be deferred. |
| UntilActive | 2 | Deferral policy that indicates a strong desire that each receiver of this broadcast should be deferred until that receiver's process is in an active (non-cached) state. |
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.