UNPKG

@nativescript/ios-security

Version:
11 lines (10 loc) 511 B
export declare class IOSSecurity { static amIJailbroken(): boolean; static amIDebugged(): boolean; static amIRunInEmulator(): boolean; static denyDebugger(): boolean; static amIReverseEngineered(): boolean; static amIProxied(): boolean; static amIRuntimeHookedWithDyldWhiteListDetectionClassSelectorIsClassMethod(dyldWhiteList: Array<unknown>, detectionClass: any, selector: string, isClassMethod: boolean): boolean; static amITampered(checks: Array<unknown>): Array<unknown>; }