Поделиться через


ControlAction.ResponseFail Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.

Код ответа для consumerControlsProviderService#performControlAction кода, указывающего, что действие завершилось сбоем.

[Android.Runtime.Register("RESPONSE_FAIL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)]
public const Android.Service.Controls.Actions.ControlActionResponse ResponseFail = 2;
[<Android.Runtime.Register("RESPONSE_FAIL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)>]
val mutable ResponseFail : Android.Service.Controls.Actions.ControlActionResponse

Значение поля

Value = 2
Атрибуты

Комментарии

Код ответа для consumerControlsProviderService#performControlAction кода, указывающего, что действие завершилось сбоем.

Документация по Java для android.service.controls.actions.ControlAction.RESPONSE_FAIL.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к