The information in this topic may be out of date. The current SDK reference guide has moved here.
getIsDisabled method
Use this method to retrieve whether or not interactions with Eyes are ignored.
You can enable and disable Eyes using the setIsDisabled method.
Syntax
boolean value = eyes.getIsDisabled();
Parameters
This method does not take any parameters.Return value
- Type: boolean
- If true, then all calls to Eyes are ignored, if false then all calls to Eyes work as usual.