public static interface WifiP2pManager.ActionListener
android.net.wifi.p2p.WifiP2pManager.ActionListener |
Interface for callback invocation on an application action
Public methods |
|
---|---|
abstract void |
onFailure(int reason) The operation failed |
abstract void |
onSuccess() The operation succeeded |
void onFailure (int reason)
The operation failed
Parameters | |
---|---|
reason |
int : The reason for failure could be one of P2P_UNSUPPORTED , ERROR or BUSY |