-
public class NetworkInformation extends DeviceFingerprint
-
-
Constructor Summary
Constructors Constructor Description NetworkInformation(Context context)
-
Method Summary
Modifier and Type Method Description 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, getLockTypeString, getManifestPermissions, getNightModeStatus, getScreenBrightness, 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
-
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
-
-
-
-