WifiP2pManager.IServiceResponseListener.OnUsdBasedServiceAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The requested USD based service response is available.
[Android.Runtime.Register("onUsdBasedServiceAvailable", "(Landroid/net/wifi/p2p/WifiP2pDevice;Landroid/net/wifi/p2p/nsd/WifiP2pUsdBasedServiceResponse;)V", "GetOnUsdBasedServiceAvailable_Landroid_net_wifi_p2p_WifiP2pDevice_Landroid_net_wifi_p2p_nsd_WifiP2pUsdBasedServiceResponse_Handler:Android.Net.Wifi.P2p.WifiP2pManager/IServiceResponseListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual void OnUsdBasedServiceAvailable(Android.Net.Wifi.P2p.WifiP2pDevice srcDevice, Android.Net.Wifi.P2p.Nsd.WifiP2pUsdBasedServiceResponse usdResponseData);
[<Android.Runtime.Register("onUsdBasedServiceAvailable", "(Landroid/net/wifi/p2p/WifiP2pDevice;Landroid/net/wifi/p2p/nsd/WifiP2pUsdBasedServiceResponse;)V", "GetOnUsdBasedServiceAvailable_Landroid_net_wifi_p2p_WifiP2pDevice_Landroid_net_wifi_p2p_nsd_WifiP2pUsdBasedServiceResponse_Handler:Android.Net.Wifi.P2p.WifiP2pManager/IServiceResponseListener, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnUsdBasedServiceAvailable : Android.Net.Wifi.P2p.WifiP2pDevice * Android.Net.Wifi.P2p.Nsd.WifiP2pUsdBasedServiceResponse -> unit
override this.OnUsdBasedServiceAvailable : Android.Net.Wifi.P2p.WifiP2pDevice * Android.Net.Wifi.P2p.Nsd.WifiP2pUsdBasedServiceResponse -> unit
Parameters
- srcDevice
- WifiP2pDevice
source device.
- usdResponseData
- WifiP2pUsdBasedServiceResponse
WifiP2pUsdBasedServiceResponse
.
- Attributes
Remarks
The requested USD based service response is available.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.