Share via


BroadcastOptions.ClearDeliveryGroupPolicy Method

Definition

Clears any previously set delivery group policies using #setDeliveryGroupMatchingKey(String, String) and resets the delivery group policy to the default value (#DELIVERY_GROUP_POLICY_ALL).

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

Remarks

Clears any previously set delivery group policies using #setDeliveryGroupMatchingKey(String, String) and resets the delivery group policy to the default value (#DELIVERY_GROUP_POLICY_ALL).

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

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