Android.Views.View.SoundEffectsEnabled Property

Syntax

[get: Android.Runtime.Register("isSoundEffectsEnabled", "()Z", "GetIsSoundEffectsEnabledHandler")]
[set: Android.Runtime.Register("setSoundEffectsEnabled", "(Z)V", "GetSetSoundEffectsEnabled_ZHandler")]
public virtual bool SoundEffectsEnabled { get; set; }

See Also

View.SoundEffectsEnabled
View.PlaySoundEffect(SoundEffects)
View.SoundEffectsEnabled
View.PlaySoundEffect(SoundEffects)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Set whether this view should have sound effects enabled for events such as clicking and touching. You may wish to disable sound effects for a view if you already play sounds, for instance, a dial key that plays dtmf tones.

Requirements

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