public static interface WifiScanner.ScanListener extends WifiScanner.ActionListener
Modifier and Type | Method and Description |
---|---|
void |
onFullResult(ScanResult fullScanResult)
reports full scan result for each access point found in scan
|
void |
onPeriodChanged(int periodInMs)
Framework co-ordinates scans across multiple apps; so it may not give exactly the
same period requested.
|
void |
onResults(WifiScanner.ScanData[] results)
reports results retrieved from background scan and single shot scans
|
onFailure, onSuccess
void onPeriodChanged(int periodInMs)
void onResults(WifiScanner.ScanData[] results)
void onFullResult(ScanResult fullScanResult)