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.
7 lines • 305 B
TypeScript
/** 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;
}
//# sourceMappingURL=CallDetectionInfo.d.ts.map