toggle menu
SDK
androidJvm
switch theme
search in API
sdk-sensor-collection
/
com.combain.slamsdk_next
/
SLSummary
/
SLSummaryResult
SLSummary
Result
data
class
SLSummaryResult
(
val
numberOfWifisFound
:
Int
,
val
numberOfBluetoothsFound
:
Int
,
val
numberOfCellsFound
:
Int
)
Members
Constructors
SLSummary
Result
Link copied to clipboard
constructor
(
numberOfWifisFound
:
Int
,
numberOfBluetoothsFound
:
Int
,
numberOfCellsFound
:
Int
)
Properties
number
Of
Bluetooths
Found
Link copied to clipboard
val
numberOfBluetoothsFound
:
Int
number
Of
Cells
Found
Link copied to clipboard
val
numberOfCellsFound
:
Int
number
Of
Wifis
Found
Link copied to clipboard
val
numberOfWifisFound
:
Int