android.view.View.isSoundEffectsEnabled C# (CSharp) Method

isSoundEffectsEnabled() public method

public isSoundEffectsEnabled ( ) : bool
return bool
        public virtual bool isSoundEffectsEnabled()
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.view.View.staticClass, "isSoundEffectsEnabled", "()Z", ref global::android.view.View._m93);
        }
View