BroadcastOptions.ClearDeferralPolicy Method

Definition

Clears any deferral policy for this broadcast that specifies how this broadcast can be deferred for delivery at some future point.

[Android.Runtime.Register("clearDeferralPolicy", "()V", "GetClearDeferralPolicyHandler", ApiSince=34)]
public virtual void ClearDeferralPolicy ();
[<Android.Runtime.Register("clearDeferralPolicy", "()V", "GetClearDeferralPolicyHandler", ApiSince=34)>]
abstract member ClearDeferralPolicy : unit -> unit
override this.ClearDeferralPolicy : unit -> unit
Attributes

Remarks

Clears any deferral policy for this broadcast that specifies how this broadcast can be deferred for delivery at some future point.

Java documentation for android.app.BroadcastOptions.clearDeferralPolicy().

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