Most visited

Recently visited

Added in API level 14

WifiP2pManager.PeerListListener

public static interface WifiP2pManager.PeerListListener

android.net.wifi.p2p.WifiP2pManager.PeerListListener


对等列表可用时的回调调用接口

摘要(Summary)

公共方法(Public methods)

abstract void onPeersAvailable(WifiP2pDeviceList peers)

请求的对等列表可用

公共方法(Public methods)

onPeersAvailable

Added in API level 14
void onPeersAvailable (WifiP2pDeviceList peers)

请求的对等列表可用

参数(Parameters)
peers WifiP2pDeviceList: List of available peers

Hooray!