CompanionDeviceService.OnTrustPairingResponsePending 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.
Called by the system when a trust pairing response is pending user confirmation on the responder device.
[Android.Runtime.Register("onTrustPairingResponsePending", "(Landroid/companion/AssociationInfo;Landroid/content/IntentSender;)V", "GetOnTrustPairingResponsePending_Landroid_companion_AssociationInfo_Landroid_content_IntentSender_Handler", ApiSince=37)]
public virtual void OnTrustPairingResponsePending(Android.Companion.AssociationInfo associationInfo, Android.Content.IntentSender intentSender);
[<Android.Runtime.Register("onTrustPairingResponsePending", "(Landroid/companion/AssociationInfo;Landroid/content/IntentSender;)V", "GetOnTrustPairingResponsePending_Landroid_companion_AssociationInfo_Landroid_content_IntentSender_Handler", ApiSince=37)>]
abstract member OnTrustPairingResponsePending : Android.Companion.AssociationInfo * Android.Content.IntentSender -> unit
override this.OnTrustPairingResponsePending : Android.Companion.AssociationInfo * Android.Content.IntentSender -> unit
Parameters
- associationInfo
- AssociationInfo
The association for which trust pairing is requested.
- intentSender
- IntentSender
An IntentSender which the application should use to launch
the UI for the user to confirm the trust pairing.
- Attributes