QueryLocationException.ErrorUnspecified Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.
Операция завершилась ошибкой из-за неизвестной или неопределенной ошибки.
[Android.Runtime.Register("ERROR_UNSPECIFIED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)]
public const Android.Telecom.QueryLocationErrorReason ErrorUnspecified = 6;
[<Android.Runtime.Register("ERROR_UNSPECIFIED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)>]
val mutable ErrorUnspecified : Android.Telecom.QueryLocationErrorReason
Значение поля
Value = 6Реализации
- Атрибуты
Комментарии
Операция завершилась ошибкой из-за неизвестной или неопределенной ошибки.
Java документации по android.telecom.QueryLocationException.ERROR_UNSPECIFIED.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".