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.
15 lines • 456 B
TypeScript
/**
* Information about tapjacking.
*/
export interface TapjackingInfo {
/**
* Whether the SDK is currently clocking tapjacking.
*/
readonly isTapjackingBlocked: boolean;
/**
* List of "bad" apps capable of performing tapjacking. A bad app is one
* that has a treat index same or higher than "blockTapjackingSensitivity".
*/
readonly tapjackingCapableApps: [string];
}
//# sourceMappingURL=TapjackingInfo.d.ts.map