android.view.View.isSoundEffectsEnabled C# (CSharp) 메소드

isSoundEffectsEnabled() 공개 메소드

public isSoundEffectsEnabled ( ) : bool
리턴 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