ContextWrapper.RemoveStickyBroadcast(Intent) Method

Definition

Caution

deprecated

[Android.Runtime.Register("removeStickyBroadcast", "(Landroid/content/Intent;)V", "GetRemoveStickyBroadcast_Landroid_content_Intent_Handler")]
[System.Obsolete("deprecated")]
public override void RemoveStickyBroadcast (Android.Content.Intent? intent);
[<Android.Runtime.Register("removeStickyBroadcast", "(Landroid/content/Intent;)V", "GetRemoveStickyBroadcast_Landroid_content_Intent_Handler")>]
[<System.Obsolete("deprecated")>]
override this.RemoveStickyBroadcast : Android.Content.Intent -> unit

Parameters

intent
Intent

The Intent that was previously broadcast.

Attributes

Remarks

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