-
public class NetworkInformation extends DeviceFingerprint
-
-
Constructor Summary
Constructors Constructor Description NetworkInformation(Context context)
-
Method Summary
Modifier and Type Method Description StringdetectProxy()StringgetDnsInfo()StringgetNetworkInterfacesInfo()StringisConnectedToWifiOrMobile(Context context)Get Internet connection typeEx. StringgetLocalIpAddress()Get The Ip address final StringgetOperator()Get Operator informationBasically sim information Eg. -
Methods inherited from class ai.sensfrx.df.DeviceFingerprint
checkBluetoothStatus, getAMPMFormat, getAllVolumeLevelsInfo, getAppsWithMockPermission, getGpuInfo, getLockTypeString, getManifestPermissions, getNightModeStatus, getScreenBrightness, isCustomROM, isDNDModeEnabled, isDeveloperModeEnabled, isDualSim, isMockLocationEnabled, isPowerSavingModeEnabled, isSimCardLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NetworkInformation
NetworkInformation(Context context)
-
-
Method Detail
-
detectProxy
String detectProxy()
-
getDnsInfo
String getDnsInfo()
-
getNetworkInterfacesInfo
String getNetworkInterfacesInfo()
-
isConnectedToWifiOrMobile
String isConnectedToWifiOrMobile(Context context)
Get Internet connection typeEx. Wifi or mobile internet
- Parameters:
context- as parameter
-
getLocalIpAddress
String getLocalIpAddress()
Get The Ip address
-
getOperator
final String getOperator()
Get Operator informationBasically sim information Eg. Airtel, Jio
-
-
-
-