GetValueResult.ResultInternalError Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Settings.Preferences.GetValueResultType enum directly instead of this field.

API call failed due to an issue with the service binding.

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

Field Value

Value = 6

Implements

Attributes

Remarks

API call failed due to an issue with the service binding.

Retry may succeed.

Java documentation for android.service.settings.preferences.GetValueResult.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