VoicemailContract.Status.BuildSourceUri(String) Method

Definition

A convenience method to build status URI specific to a source package by appending VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI.

[Android.Runtime.Register("buildSourceUri", "(Ljava/lang/String;)Landroid/net/Uri;", "")]
public static Android.Net.Uri? BuildSourceUri (string? packageName);
[<Android.Runtime.Register("buildSourceUri", "(Ljava/lang/String;)Landroid/net/Uri;", "")>]
static member BuildSourceUri : string -> Android.Net.Uri

Parameters

packageName
String

Returns

Uri
Attributes

Remarks

A convenience method to build status URI specific to a source package by appending VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI.

Java documentation for android.provider.VoicemailContract.Status.buildSourceUri(java.lang.String).

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