Options
All
  • Public
  • Public/Protected
  • All
Menu

@aerogear/security

Index

Variables

IRoot

IRoot: any

Let cordova

cordova: any

Const debugModeEnabled

debugModeEnabled: DebuggerEnabledCheck = new DebuggerEnabledCheck()

Detect whether a device is running in debug mode.

device

device: any

document

document: any

Const isEmulator

isEmulator: IsEmulatorCheck = new IsEmulatorCheck()

Detect whether a device is running on an emulator

Const rootEnabled

rootEnabled: RootEnabledCheck = new RootEnabledCheck()

Detect whether a device is rooted (Android) or Jailbroken (iOS).

Const screenLockEnabled

screenLockEnabled: ScreenLockEnabledCheck = new ScreenLockEnabledCheck()

Detect whether a device has a screen lock set or not.

Generated using TypeDoc