Uri.Builder.Authority(String) Method

Definition

Encodes and sets the authority.

[Android.Runtime.Register("authority", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")]
public Android.Net.Uri.Builder Authority (string authority);
[<Android.Runtime.Register("authority", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")>]
member this.Authority : string -> Android.Net.Uri.Builder

Parameters

authority
String

Returns

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