Mobile::setPhoneLean
if the bool 'Toggle' is 'true' so the phone is lean.
if the bool 'Toggle' is 'false' so the phone is not lean.
Syntax
mobile.setPhoneLean(Toggle);
Required Arguments
- Toggle: Boolean
Return value
- Undefined
Example
todo
if the bool 'Toggle' is 'true' so the phone is lean.
if the bool 'Toggle' is 'false' so the phone is not lean.
mobile.setPhoneLean(Toggle);
todo