Compartilhar via


ControlAction.ResponseChallengePin Campo

Definição

Cuidado

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

Código de resposta para o consumer in ControlsProviderService#performControlAction indicando que, para que a ação seja executada, um PIN é necessário.

[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 do campo

Value = 4
Atributos

Comentários

Código de resposta para o consumer in ControlsProviderService#performControlAction indicando que, para que a ação seja executada, um PIN é necessário.

Documentação Java para android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PIN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a