public static interface WifiP2pManager.ActionListener
| android.net.wifi.p2p.WifiP2pManager.ActionListener |
应用程序操作的回调调用接口
公共方法(Public methods) |
|
|---|---|
abstract void |
onFailure(int reason) 操作失败 |
abstract void |
onSuccess() 操作成功 |
void onFailure (int reason)
操作失败
| 参数(Parameters) | |
|---|---|
reason |
int: The reason for failure could be one of P2P_UNSUPPORTED, ERROR or BUSY |