CompanionDeviceManager.TrustPairingCallback.OnTrustPairingPending 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.
Invoked when a trust pairing confirmation is required.
[Android.Runtime.Register("onTrustPairingPending", "(Landroid/content/IntentSender;)V", "GetOnTrustPairingPending_Landroid_content_IntentSender_Handler", ApiSince=37)]
public abstract void OnTrustPairingPending(Android.Content.IntentSender intentSender);
[<Android.Runtime.Register("onTrustPairingPending", "(Landroid/content/IntentSender;)V", "GetOnTrustPairingPending_Landroid_content_IntentSender_Handler", ApiSince=37)>]
abstract member OnTrustPairingPending : Android.Content.IntentSender -> unit
Parameters
- intentSender
- IntentSender
an IntentSender which applications should use to launch
the UI for the user to confirm the trust pairing.
- Attributes