Compartir a través de


ControlAction.ResponseChallengePin Campo

Definición

Precaución

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

Código de respuesta para en consumer ControlsProviderService#performControlAction que indica que para que se realice la acción, se requiere un PIN.

[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

Valor de campo

Value = 4
Atributos

Comentarios

Código de respuesta para en consumer ControlsProviderService#performControlAction que indica que para que se realice la acción, se requiere un PIN.

Documentación de Java para android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PIN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a