Android.Media.RingtoneManager.ExtraRingtoneType Field
Given to the ringtone picker as an int.

Syntax

[Android.Runtime.Register("EXTRA_RINGTONE_TYPE")]
public const string ExtraRingtoneType

Remarks

Given to the ringtone picker as an int. Specifies which ringtone type(s) should be shown in the picker. One or more of RingtoneManager.TYPE_RINGTONE, RingtoneManager.TYPE_NOTIFICATION, RingtoneManager.TYPE_ALARM, or RingtoneManager.TYPE_ALL (bitwise-ored together).

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1