Share via


BroadcastOptions.DeferralPolicyDefault Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.

Deferral policy that indicates no desire has been expressed, and that the system should use a reasonable default behavior.

[Android.Runtime.Register("DEFERRAL_POLICY_DEFAULT", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.", true)]
public const Android.App.BroadcastDeferralPolicy DeferralPolicyDefault = 0;
[<Android.Runtime.Register("DEFERRAL_POLICY_DEFAULT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BroadcastDeferralPolicy enum directly instead of this field.", true)>]
val mutable DeferralPolicyDefault : Android.App.BroadcastDeferralPolicy

Field Value

Value = 0
Attributes

Remarks

Deferral policy that indicates no desire has been expressed, and that the system should use a reasonable default behavior.

Java documentation for android.app.BroadcastOptions.DEFERRAL_POLICY_DEFAULT.

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.

Applies to