AppLock.App.Options
The dictionary of options to set for the app.
Declaration
object AppLock.App.Options
Properties
| Name | Type | Description |
|---|
DisableAutoLock | boolean | If true, the device doesn’t automatically go to sleep after an idle period. |
DisableDeviceRotation | boolean | If true, the system disables device rotation sensing. |
DisableRingerSwitch | boolean | If true, the system disables the ringer switch. When disabled, the ringer behavior depends on what position the switch was in when it was first disabled. |
DisableSleepWakeButton | boolean | If true, the system disables the sleep/wake button. |
DisableTouch | boolean | If true, the system disables the touch screen. In tvOS, it disables the touch surface on the Apple TV Remote. |
DisableVolumeButtons | boolean | If true, the system disables the volume buttons. |
EnableAssistiveTouch | boolean | If true, the system enables AssistiveTouch. |
EnableInvertColors | boolean | If true, the system enables Invert Colors. |
EnableMonoAudio | boolean | If true, the system enables Mono Audio. |
EnableSpeakSelection | boolean | If true, the system enables Speak Selection. |
EnableVoiceControl | boolean | If true, the system enables Voice Control. |
EnableVoiceOver | boolean | If true, the system enables VoiceOver. |
EnableZoom | boolean | If true, the system enables Zoom. |