Language

CompanionDeviceManager.TrustPairingCallback.OnTrustPairingCanceledFromRemote Method

Definition

Invoked when the trust pairing is canceled by the remote device.

[Android.Runtime.Register("onTrustPairingCanceledFromRemote", "(Landroid/companion/AssociationInfo;Landroid/content/IntentSender;)V", "GetOnTrustPairingCanceledFromRemote_Landroid_companion_AssociationInfo_Landroid_content_IntentSender_Handler", ApiSince=37)]
public abstract void OnTrustPairingCanceledFromRemote(Android.Companion.AssociationInfo associationInfo, Android.Content.IntentSender cancelIntentSender);
[<Android.Runtime.Register("onTrustPairingCanceledFromRemote", "(Landroid/companion/AssociationInfo;Landroid/content/IntentSender;)V", "GetOnTrustPairingCanceledFromRemote_Landroid_companion_AssociationInfo_Landroid_content_IntentSender_Handler", ApiSince=37)>]
abstract member OnTrustPairingCanceledFromRemote : Android.Companion.AssociationInfo * Android.Content.IntentSender -> unit

Parameters

associationInfo
AssociationInfo

contains details of the association.

cancelIntentSender
IntentSender

an IntentSender which applications should launch in order to cancel the trust pairing dialog.

Attributes

Applies to