UNPKG

@nativescript/ios-security

Version:
11 lines (10 loc) 578 B
export declare class IOSSecurity { static amIJailbroken(): boolean; static amIDebugged(): boolean; static amIRunInEmulator(): boolean; static denyDebugger(): void; static amIReverseEngineered(): boolean; static amIProxied(): boolean; static amIRuntimeHookedWithDyldWhiteListDetectionClassSelectorIsClassMethod(dyldWhiteList: NSArray<string> | string[], detectionClass: typeof NSObject, selector: string, isClassMethod: boolean): boolean; static amITampered(checks: NSArray<FileIntegrityCheckFacade> | FileIntegrityCheckFacade[]): NSArray<any>; }