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.

12 lines 607 B
/** Screen reader blocking data. */ export interface ScreenReaderInfo { /** Whether a not allowed screen reader is enabled. */ readonly isNotAllowedScreenReaderEnabled: boolean; /** Not allowed screen readers that are enabled. Identified by their package names (application IDs). */ readonly notAllowedScreenReaders: [string]; /** List of all enabled screen readers on the device. */ readonly enabledScreenReaders: [string]; /** List of all installed screen readers on the device. */ readonly installedScreenReaders: [string]; } //# sourceMappingURL=ScreenReaderInfo.d.ts.map