@meedika/capacitor-jailbreak-root-detection
v1.0.0
Published
Jailbreak Root detection plugin for capacitor.
Maintainers
Readme
@meedika/capacitor-jailbreak-root-detection
This is a Capacitor 6 Jailbreak Root detection plugin.
Install
npm install @meedika/capacitor-jailbreak-root-detection
npx cap syncAPI
isJailbrokenOrRooted()
isJailbrokenOrRooted() => Promise<JailbreakRootResult>Returns: Promise<JailbreakRootResult>
isSimulator()
isSimulator() => Promise<JailbreakRootResult>Returns: Promise<JailbreakRootResult>
isDebuggedMode()
isDebuggedMode() => Promise<JailbreakRootResult>Returns: Promise<JailbreakRootResult>
exitApp()
exitApp() => voidInterfaces
JailbreakRootResult
| Prop | Type |
| ------------ | -------------------- |
| result | boolean |
