capacitor-vpn-detector
Version:
Capacitor plugin to detect VPN connections on Android and iOS.
25 lines • 567 B
JSON
{
"api": {
"name": "VpnDetectorPlugin",
"slug": "vpndetectorplugin",
"docs": "",
"tags": [],
"methods": [
{
"name": "isVpnActive",
"signature": "() => Promise<{ value: boolean; }>",
"parameters": [],
"returns": "Promise<{ value: boolean; }>",
"tags": [],
"docs": "Check if VPN is currently active on the device",
"complexTypes": [],
"slug": "isvpnactive"
}
],
"properties": []
},
"interfaces": [],
"enums": [],
"typeAliases": [],
"pluginConfigs": []
}