UNPKG

freerasp-react-native

Version:

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

11 lines 742 B
import type { TalsecConfig } from '../../types/types'; export declare const talsecStart: (options: TalsecConfig) => Promise<string>; export declare const addToWhitelist: (packageName: string) => Promise<boolean>; export declare const blockScreenCapture: (enable: boolean) => Promise<string>; export declare const isScreenCaptureBlocked: () => Promise<boolean>; export declare const storeExternalId: (data: string) => Promise<string>; export declare const removeExternalId: () => Promise<string>; export declare const getAppIcon: (packageName: string) => Promise<string>; export declare const onInvalidCallback: () => void; export declare const removeListenerForEvent: (channel: string) => Promise<string>; //# sourceMappingURL=native.d.ts.map