Contents

AppLock.App.Options

The dictionary of options to set for the app.

Declaration

object AppLock.App.Options

Properties

NameTypeDescription
DisableAutoLockboolean

If true, the device doesn’t automatically go to sleep after an idle period.

DisableDeviceRotationboolean

If true, the system disables device rotation sensing.

DisableRingerSwitchboolean

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.

DisableSleepWakeButtonboolean

If true, the system disables the sleep/wake button.

DisableTouchboolean

If true, the system disables the touch screen. In tvOS, it disables the touch surface on the Apple TV Remote.

DisableVolumeButtonsboolean

If true, the system disables the volume buttons.

EnableAssistiveTouchboolean

If true, the system enables AssistiveTouch.

EnableInvertColorsboolean

If true, the system enables Invert Colors.

EnableMonoAudioboolean

If true, the system enables Mono Audio.

EnableSpeakSelectionboolean

If true, the system enables Speak Selection.

EnableVoiceControlboolean

If true, the system enables Voice Control.

EnableVoiceOverboolean

If true, the system enables VoiceOver.

EnableZoomboolean

If true, the system enables Zoom.

See Also

Objects