TelephonyManager.GetVoicemailRingtoneUri(PhoneAccountHandle) 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.
Returns the URI for the per-account voicemail ringtone set in Phone settings.
[Android.Runtime.Register("getVoicemailRingtoneUri", "(Landroid/telecom/PhoneAccountHandle;)Landroid/net/Uri;", "GetGetVoicemailRingtoneUri_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=24)]
public virtual Android.Net.Uri? GetVoicemailRingtoneUri (Android.Telecom.PhoneAccountHandle? accountHandle);
[<Android.Runtime.Register("getVoicemailRingtoneUri", "(Landroid/telecom/PhoneAccountHandle;)Landroid/net/Uri;", "GetGetVoicemailRingtoneUri_Landroid_telecom_PhoneAccountHandle_Handler", ApiSince=24)>]
abstract member GetVoicemailRingtoneUri : Android.Telecom.PhoneAccountHandle -> Android.Net.Uri
override this.GetVoicemailRingtoneUri : Android.Telecom.PhoneAccountHandle -> Android.Net.Uri
Parameters
- accountHandle
- PhoneAccountHandle
The handle for the PhoneAccount
for which to retrieve the
voicemail ringtone.
Returns
The URI for the ringtone to play when receiving a voicemail from a specific
PhoneAccount. May be null
if no ringtone is set.
- Attributes
Remarks
Returns the URI for the per-account voicemail ringtone set in Phone settings.
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.