UNPKG

@capacitor-community/tap-jacking

Version:

Capacitor Plugin to prevent tap jacking in Android

7 lines (6 loc) 287 B
import { WebPlugin } from '@capacitor/core'; import type { CapacitorTapJackingPlugin } from './definitions'; export declare class CapacitorTapJackingWeb extends WebPlugin implements CapacitorTapJackingPlugin { preventOverlays(): Promise<void>; enableOverlays(): Promise<void>; }