Can I get isHittable from appium?

Hello! Can I get isHittable from appium?
is_displayed always show ‘false’ for the element.
But when I try click element I have an error from xctest “{WebDriverException}Message: Error Domain=com.facebook.WebDriverAgent Code=1 “The element ‘“TestText” Button’ is not visible on the screen and thus is not interactable” UserInfo={NSLocalizedDescription=The element ‘“TestText” Button’ is not visible on the screen and thus is not interactable}”
Thats why I think that it is possible for xctest to prove element for displayed.