Android.Media.AudioManager.RingerMode Property
Returns the current ringtone mode.

Syntax

[get: Android.Runtime.Register("getRingerMode", "()I", "GetGetRingerModeHandler")]
[set: Android.Runtime.Register("setRingerMode", "(I)V", "GetSetRingerMode_IHandler")]
public virtual RingerMode RingerMode { get; set; }

See Also

AudioManager.RingerMode
AudioManager.RingerMode
AudioManager.IsVolumeFixed

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current ringtone mode.

Set method documentation [Android Documentation]

Sets the ringer mode. Silent mode will mute the volume and will not vibrate. Vibrate mode will mute the volume and vibrate. Normal mode will be audible and may vibrate according to user settings. This method has no effect if the device implements a fixed volume policy as indicated by AudioManager.IsVolumeFixed.

Requirements

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