android.view.inputmethod.InputMethodManager.isWatchingCursor C# (CSharp) Method

isWatchingCursor() public method

public isWatchingCursor ( android arg0 ) : bool
arg0 android
return bool
        public bool isWatchingCursor(android.view.View arg0)
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.view.inputmethod.InputMethodManager.staticClass, "isWatchingCursor", "(Landroid/view/View;)Z", ref global::android.view.inputmethod.InputMethodManager._m19, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }