WifiP2pManager.IExternalApproverRequestListener.OnPinGenerated 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.
[Android.Runtime.Register("onPinGenerated", "(Landroid/net/MacAddress;Ljava/lang/String;)V", "GetOnPinGenerated_Landroid_net_MacAddress_Ljava_lang_String_Handler:Android.Net.Wifi.P2p.WifiP2pManager/IExternalApproverRequestListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnPinGenerated (Android.Net.MacAddress deviceAddress, string pin);
[<Android.Runtime.Register("onPinGenerated", "(Landroid/net/MacAddress;Ljava/lang/String;)V", "GetOnPinGenerated_Landroid_net_MacAddress_Ljava_lang_String_Handler:Android.Net.Wifi.P2p.WifiP2pManager/IExternalApproverRequestListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnPinGenerated : Android.Net.MacAddress * string -> unit
Parameters
- deviceAddress
- MacAddress
- pin
- String
- Attributes