RedirectLocations.Remove(URI) Method

Definition

Removes a redirect URI.

[Android.Runtime.Register("remove", "(Ljava/net/URI;)Z", "GetRemove_Ljava_net_URI_Handler")]
public virtual bool Remove(Java.Net.URI? uri);
[<Android.Runtime.Register("remove", "(Ljava/net/URI;)Z", "GetRemove_Ljava_net_URI_Handler")>]
abstract member Remove : Java.Net.URI -> bool
override this.Remove : Java.Net.URI -> bool

Parameters

uri
URI

The URI to remove from the redirect set.

Returns

true if the URI was in the redirect set and was removed; otherwise, false.

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