Language

CompanionDeviceService.OnTrustPairingResponsePending Method

Definition

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

Applies to