Partager via


ControlAction.ResponseChallengePin Champ

Définition

Attention

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

Code de réponse pour l’in consumerControlsProviderService#performControlAction indiquant que pour que l’action soit effectuée, un code confidentiel est requis.

[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

Valeur de champ

Value = 4
Attributs

Remarques

Code de réponse pour l’in consumerControlsProviderService#performControlAction indiquant que pour que l’action soit effectuée, un code confidentiel est requis.

Documentation Java pour android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PIN.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à