public class AylaDeviceConnectionInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AylaDeviceConnectionInfo.ConnectionType |
static class |
AylaDeviceConnectionInfo.RssiLevel |
Constructor and Description |
---|
AylaDeviceConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseStation()
Get the base station, can be BSSID(or Cell Tower ID), e.g.
|
java.lang.String |
getConnectivityTechnology()
Get the device connectivity technology, e.g.
|
java.lang.String |
getConnectivityType()
Get the type of connectivity the device used to connect to the platform,
e.g.
|
java.lang.String |
getEquipmentId()
Get the equipment Id, can be the device IMEI (international mobile equipment identity),
or MAC address, e.g.
|
java.lang.String |
getLastCellConnectionAt()
Get the time of last cell connection, in number of seconds since epoch,
or null if otherwise not available.
|
java.lang.String |
getNetworkName()
Get network name, can be the SSID name or APN name, e.g.
|
java.lang.String |
getNetworkOperator()
Get the network operator, identified as a combination of MCC (mobile country code)
and MNC (mobile network code), e.g.
|
int |
getRssi()
Get the RSSI value (signal strength, unit: dB).
|
int |
getRssiLevel()
Get the RSSI level based on the RSSI value returned from
getRssi() . |
java.lang.String |
getSubscriptionId()
Get the device subscription Id, can be the IMSI (international mobile subscriber identity),
or WiFi user id.
|
java.lang.String |
toString() |
public java.lang.String getConnectivityType()
public java.lang.String getConnectivityTechnology()
public java.lang.String getNetworkOperator()
public java.lang.String getNetworkName()
public java.lang.String getEquipmentId()
public java.lang.String getSubscriptionId()
public java.lang.String getBaseStation()
public int getRssi()
public int getRssiLevel()
getRssi()
.public java.lang.String getLastCellConnectionAt()
public java.lang.String toString()
toString
in class java.lang.Object