Network Interface

Network Interface

Required Phonegap plugins

cordova-plugin-networkinterface

API Documentation

Method Summary

getWiFiIPAddress

Get WIFI IP Address

Params

TypeNameSummaryRequired

Function

callbackSuccess

on success callback

Optional

Function

callbackError

on error callback

Optional

getCarrierIPAddress

Get Carrier IP Address

Params

TypeNameSummaryRequired

Function

callbackSuccess

on success callback

Optional

Function

callbackError

on error callback

Optional

getHttpProxyInformation

gets the relevant proxies for the passed URL

Params

TypeNameSummaryRequired

String

url

url example: "www.github.com"

Required

Function

callbackSuccess

on success callback

Optional

Function

callbackError

on error callback

Optional

Example Usage

Last updated