CompanionDeviceService.OnTrustPairingCanceledFromRemote 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 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 virtual 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
override this.OnTrustPairingCanceledFromRemote : Android.Companion.AssociationInfo * Android.Content.IntentSender -> unit
Parameters
- associationInfo
- AssociationInfo
The association for which trust pairing is canceled.
- cancelIntentSender
- IntentSender
An IntentSender which the application should use to
launch in order to cancel the trust pairing dialog.
- Attributes