Language

CompanionDeviceManager.ErrorTrustPairingPinCodeNotMatching Field

Definition

Caution

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

The PIN code confirmed by the user did not match.

[Android.Runtime.Register("ERROR_TRUST_PAIRING_PIN_CODE_NOT_MATCHING", 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 ErrorTrustPairingPinCodeNotMatching = 4;
[<Android.Runtime.Register("ERROR_TRUST_PAIRING_PIN_CODE_NOT_MATCHING", 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 ErrorTrustPairingPinCodeNotMatching : Android.Companion.CompanionDeviceManagerTrustErrorCode

Field Value

Value = 4
Attributes

Applies to