DiscoverySessionCallback.OnPairingSetupRequestReceived 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 pairing request is received from peer.
[Android.Runtime.Register("onPairingSetupRequestReceived", "(Landroid/net/wifi/aware/PeerHandle;I)V", "GetOnPairingSetupRequestReceived_Landroid_net_wifi_aware_PeerHandle_IHandler", ApiSince=34)]
public virtual void OnPairingSetupRequestReceived (Android.Net.Wifi.Aware.PeerHandle peerHandle, int requestId);
[<Android.Runtime.Register("onPairingSetupRequestReceived", "(Landroid/net/wifi/aware/PeerHandle;I)V", "GetOnPairingSetupRequestReceived_Landroid_net_wifi_aware_PeerHandle_IHandler", ApiSince=34)>]
abstract member OnPairingSetupRequestReceived : Android.Net.Wifi.Aware.PeerHandle * int -> unit
override this.OnPairingSetupRequestReceived : Android.Net.Wifi.Aware.PeerHandle * int -> unit
Parameters
- peerHandle
- PeerHandle
The peer's handle where the request is from
- requestId
- Int32
The ID of the Aware pairing session
- Attributes
Remarks
Callback indicating that a pairing request is received from peer.
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.