public static interface WifiP2pManager.DnsSdTxtRecordListener
Modifier and Type | Method and Description |
---|---|
void |
onDnsSdTxtRecordAvailable(String fullDomainName,
Map<String,String> txtRecordMap,
WifiP2pDevice srcDevice)
The requested Bonjour service response is available.
|
void onDnsSdTxtRecordAvailable(String fullDomainName, Map<String,String> txtRecordMap, WifiP2pDevice srcDevice)
This function is invoked when the device with the specified full service domain service returned TXT record.
fullDomainName
- full domain name. txtRecordMap
- TXT record data as a map of key/value pairssrcDevice
- source device.