Android.Media.AudioManager.SpeakerphoneOn Property
Checks whether the speakerphone is on or off.

Syntax

[get: Android.Runtime.Register("isSpeakerphoneOn", "()Z", "GetIsSpeakerphoneOnHandler")]
[set: Android.Runtime.Register("setSpeakerphoneOn", "(Z)V", "GetSetSpeakerphoneOn_ZHandler")]
public virtual bool SpeakerphoneOn { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether the speakerphone is on or off.

Set method documentation [Android Documentation]

Sets the speakerphone on or off. This method should only be used by applications that replace the platform-wide management of audio settings or the main telephony application.

Requirements

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