UNPKG

react-native-malwarelytics

Version:

Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.

5 lines 184 B
/** Screenshot detection data. */ export interface ScreenshotInfo { /** Class name of the activity that was captured in the screenshot. */ readonly activityClassName: string; }