DiscoverySessionCallback.OnBootstrappingFailed(PeerHandle) 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.
Callback indicating that a Bootstrapping method negotiation failed.
[Android.Runtime.Register("onBootstrappingFailed", "(Landroid/net/wifi/aware/PeerHandle;)V", "GetOnBootstrappingFailed_Landroid_net_wifi_aware_PeerHandle_Handler", ApiSince=34)]
public virtual void OnBootstrappingFailed (Android.Net.Wifi.Aware.PeerHandle peerHandle);
[<Android.Runtime.Register("onBootstrappingFailed", "(Landroid/net/wifi/aware/PeerHandle;)V", "GetOnBootstrappingFailed_Landroid_net_wifi_aware_PeerHandle_Handler", ApiSince=34)>]
abstract member OnBootstrappingFailed : Android.Net.Wifi.Aware.PeerHandle -> unit
override this.OnBootstrappingFailed : Android.Net.Wifi.Aware.PeerHandle -> unit
Parameters
- peerHandle
- PeerHandle
The bootstrapping peer handle
- Attributes
Remarks
Callback indicating that a Bootstrapping method negotiation failed.
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.