CompanionDeviceManager.TrustPairingCallback.OnDeviceTrusted 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 the device is trusted.
[Android.Runtime.Register("onDeviceTrusted", "(Landroid/companion/AssociationInfo;)V", "GetOnDeviceTrusted_Landroid_companion_AssociationInfo_Handler", ApiSince=37)]
public abstract void OnDeviceTrusted(Android.Companion.AssociationInfo associationInfo);
[<Android.Runtime.Register("onDeviceTrusted", "(Landroid/companion/AssociationInfo;)V", "GetOnDeviceTrusted_Landroid_companion_AssociationInfo_Handler", ApiSince=37)>]
abstract member OnDeviceTrusted : Android.Companion.AssociationInfo -> unit
Parameters
- associationInfo
- AssociationInfo
contains details of the newly-trusted association.
- Attributes