BroadcastOptions.ClearDeliveryGroupMatchingKey Method

Definition

Clears the namespace and key that was previously set using #setDeliveryGroupMatchingKey(String, String).

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

Remarks

Clears the namespace and key that was previously set using #setDeliveryGroupMatchingKey(String, String).

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

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