CompanionDeviceManager.ResultInternalError Field

Definition

Caution

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

The result code to propagate back to the user activity, indicates the internal error in CompanionDeviceManager.

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

Field Value

Value = 3
Attributes

Remarks

The result code to propagate back to the user activity, indicates the internal error in CompanionDeviceManager.

Java documentation for android.companion.CompanionDeviceManager.RESULT_INTERNAL_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to