UNPKG

capacitor-vpn-detector

Version:

Capacitor plugin to detect VPN connections on Android and iOS.

9 lines (8 loc) 170 B
export interface VpnDetectorPlugin { /** * Check if VPN is currently active on the device */ isVpnActive(): Promise<{ value: boolean; }>; }