BroadcastOptions.DeferralPolicyNone 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 a strong desire that no receiver of this broadcast should be deferred.

[Android.Runtime.Register("DEFERRAL_POLICY_NONE", 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 DeferralPolicyNone = 1;
[<Android.Runtime.Register("DEFERRAL_POLICY_NONE", 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 DeferralPolicyNone : Android.App.BroadcastDeferralPolicy

Field Value

Value = 1
Attributes

Remarks

Deferral policy that indicates a strong desire that no receiver of this broadcast should be deferred.

Java documentation for android.app.BroadcastOptions.DEFERRAL_POLICY_NONE.

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