VoicemailContract.Voicemails.BuildSourceUri(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A convenience method to build voicemail 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
- Attributes
Remarks
A convenience method to build voicemail URI specific to a source package by appending VoicemailContract#PARAM_KEY_SOURCE_PACKAGE
param to the base URI.
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.