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.

6 lines 257 B
/** The whole call detection data. Outgoing and incoming calls possible at the same time (multiple calls possible). */ export interface CallDetectionInfo { readonly isOnCall: boolean; readonly isOutgoing: boolean; readonly isIncoming: boolean; }