Language

CompanionDeviceManager.ErrorTrustPairingAssociationDoesNotExist Field

Definition

Caution

This constant will be removed in the future version. Use Android.Companion.CompanionDeviceManagerTrustErrorCode enum directly instead of this field.

The association does not exist.

[Android.Runtime.Register("ERROR_TRUST_PAIRING_ASSOCIATION_DOES_NOT_EXIST", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Companion.CompanionDeviceManagerTrustErrorCode enum directly instead of this field.", true)]
public const Android.Companion.CompanionDeviceManagerTrustErrorCode ErrorTrustPairingAssociationDoesNotExist = 5;
[<Android.Runtime.Register("ERROR_TRUST_PAIRING_ASSOCIATION_DOES_NOT_EXIST", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Companion.CompanionDeviceManagerTrustErrorCode enum directly instead of this field.", true)>]
val mutable ErrorTrustPairingAssociationDoesNotExist : Android.Companion.CompanionDeviceManagerTrustErrorCode

Field Value

Value = 5
Attributes

Applies to