setIsDisabled method
Use this method to set whether or not interactions with Eyes will be silently ignored.
Syntax
eyes.setIsDisabled(isDisabled);
eyes.setIsDisabled(isDisabled);
Parameters
- isDisabled
- Type:boolean
- If this has a value of true then all method calls to the SDK are ignored. Otherwise, all methods work as usual.
- isDisabled
- Type:Boolean
- If this has a value of true then all method calls to the SDK are ignored. Otherwise, all methods work as usual.
Return value
- Type: void