public static interface WifiManager.ActionListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(int reason)
The operation failed
|
void |
onSuccess()
The operation succeeded
|
void onSuccess()
void onFailure(int reason)
reason
- The reason for failure could be one of
WifiManager.ERROR
, WifiManager.IN_PROGRESS
or WifiManager.BUSY