0.0.9 • Published 1 year ago
capacitor-plugin-security-check v0.0.9
capacitor-plugin-security-check
capacitor-plugin-security-check
Install
npm install capacitor-plugin-security-check
npx cap syncAPI
isEmulationDetected()
isEmulationDetected() => Promise<{ value: boolean; }>Returns: Promise<{ value: boolean; }>
isJailbrokenDetected()
isJailbrokenDetected() => Promise<{ value: boolean; }>Returns: Promise<{ value: boolean; }>
isReverseEngineeringDetected()
isReverseEngineeringDetected() => Promise<{ value: boolean; }>Returns: Promise<{ value: boolean; }>
isTampered(...)
isTampered(bundle: string) => Promise<{ value: boolean; }>| Param | Type |
|---|---|
bundle | string |
Returns: Promise<{ value: boolean; }>