RingtoneManager.GetRingtoneUri(Int32) 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.
Gets a Uri
for the ringtone at the given position in the Cursor
.
[Android.Runtime.Register("getRingtoneUri", "(I)Landroid/net/Uri;", "GetGetRingtoneUri_IHandler")]
public virtual Android.Net.Uri? GetRingtoneUri (int position);
[<Android.Runtime.Register("getRingtoneUri", "(I)Landroid/net/Uri;", "GetGetRingtoneUri_IHandler")>]
abstract member GetRingtoneUri : int -> Android.Net.Uri
override this.GetRingtoneUri : int -> Android.Net.Uri
Parameters
- position
- Int32
The position (in the Cursor
) of the ringtone.
Returns
A Uri
pointing to the ringtone.
- Attributes
Remarks
Gets a Uri
for the ringtone at the given position in the Cursor
.
Java documentation for android.media.RingtoneManager.getRingtoneUri(int)
.
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.