Language

CompanionDeviceManager.ErrorTrustUnknown Field

Definition

Caution

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

Unknown error for trust pairing.

[Android.Runtime.Register("ERROR_TRUST_UNKNOWN", 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 ErrorTrustUnknown = 0;
[<Android.Runtime.Register("ERROR_TRUST_UNKNOWN", 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 ErrorTrustUnknown : Android.Companion.CompanionDeviceManagerTrustErrorCode

Field Value

Value = 0
Attributes

Applies to