Android.Provider.AlarmClock.ExtraRingtone Field
Bundle extra: A ringtone to be played with this alarm.

Syntax

[Android.Runtime.Register("EXTRA_RINGTONE")]
public const string ExtraRingtone

See Also

AlarmClock.ActionSetAlarm
AlarmClock.ValueRingtoneSilent
AlarmClock.ExtraVibrate

Remarks

Bundle extra: A ringtone to be played with this alarm.

Used by AlarmClock.ActionSetAlarm.

This value is a Java.Lang.String and can either be set to AlarmClock.ValueRingtoneSilent or to a content URI of the media to be played. If not specified or the URI doesn't exist, "content://settings/system/alarm_alert will be used.

[Android Documentation]

Requirements

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