Lingua

ControlAction.ResponseChallengeAck Campo

Definizione

Attenzione

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

Codice di risposta per in consumerControlsProviderService#performControlAction che indica che, affinché l'azione venga eseguita, è necessario confermare l'utente.

[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

Valore del campo

Value = 3
Attributi

Commenti

Codice di risposta per in consumerControlsProviderService#performControlAction che indica che, affinché l'azione venga eseguita, è necessario confermare l'utente. Qualsiasi stringa non vuota restituita da #getChallengeValue deve essere considerata come un riconoscimento positivo.

per android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_ACK.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a