Sprache

ControlAction.ResponseOk 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 ausgeführt wurde.

[Android.Runtime.Register("RESPONSE_OK", 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 ResponseOk = 1;
[<Android.Runtime.Register("RESPONSE_OK", 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 ResponseOk : Android.Service.Controls.Actions.ControlActionResponse

Feldwert

Value = 1
Attribute

Hinweise

Antwortcode für das consumer In ControlsProviderService#performControlAction , das angibt, dass die Aktion ausgeführt wurde. Die Aktion kann später noch fehlschlagen, und der Zustand ändert sich möglicherweise nicht.

Java Dokumentation für android.service.controls.actions.ControlAction.RESPONSE_OK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: