Sprache

ControlAction.ResponseChallengeAck 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 , der angibt, dass für die auszuführende Aktion die Bestätigung des Benutzers erforderlich ist.

[Android.Runtime.Register("RESPONSE_CHALLENGE_ACK", 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 ResponseChallengeAck = 3;
[<Android.Runtime.Register("RESPONSE_CHALLENGE_ACK", 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 ResponseChallengeAck : Android.Service.Controls.Actions.ControlActionResponse

Feldwert

Value = 3
Attribute

Hinweise

Antwortcode für das consumer In ControlsProviderService#performControlAction , der angibt, dass für die auszuführende Aktion die Bestätigung des Benutzers erforderlich ist. Jede nicht leere Zeichenfolge, die von #getChallengeValue dieser zurückgegeben wird, wird als positive Bestätigung behandelt.

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

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: