Freigeben über


ControlAction.ResponseFail Feld

Definition

Achtung

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

Antwortcode für das consumer In ControlsProviderService#performControlAction , das angibt, dass die Aktion fehlgeschlagen ist.

[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

Feldwert

Value = 2
Attribute

Hinweise

Antwortcode für das consumer In ControlsProviderService#performControlAction , das angibt, dass die Aktion fehlgeschlagen ist.

Java-Dokumentation für android.service.controls.actions.ControlAction.RESPONSE_FAIL.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: