ControlAction.ResponseChallengePin Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 eine PIN erforderlich ist.
[Android.Runtime.Register("RESPONSE_CHALLENGE_PIN", 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 ResponseChallengePin = 4;
[<Android.Runtime.Register("RESPONSE_CHALLENGE_PIN", 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 ResponseChallengePin : Android.Service.Controls.Actions.ControlActionResponse
Feldwert
Value = 4- Attribute
Hinweise
Antwortcode für das consumer
In ControlsProviderService#performControlAction
, der angibt, dass für die auszuführende Aktion eine PIN erforderlich ist.
Java-Dokumentation für android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PIN
.
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.