RedirectLocations.Add(URI) Method

Definition

Adds a redirect URI.

[Android.Runtime.Register("add", "(Ljava/net/URI;)V", "GetAdd_Ljava_net_URI_Handler")]
public virtual void Add(Java.Net.URI? uri);
[<Android.Runtime.Register("add", "(Ljava/net/URI;)V", "GetAdd_Ljava_net_URI_Handler")>]
abstract member Add : Java.Net.URI -> unit
override this.Add : Java.Net.URI -> unit

Parameters

uri
URI

The URI to add to the redirect set.

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