Lingua

ControlAction.ResponseChallengePassphrase 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, è necessaria una passphrase alfanumerica.

[Android.Runtime.Register("RESPONSE_CHALLENGE_PASSPHRASE", 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 ResponseChallengePassphrase = 5;
[<Android.Runtime.Register("RESPONSE_CHALLENGE_PASSPHRASE", 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 ResponseChallengePassphrase : Android.Service.Controls.Actions.ControlActionResponse

Valore del campo

Value = 5
Attributi

Commenti

Codice di risposta per in consumerControlsProviderService#performControlAction che indica che, affinché l'azione venga eseguita, è necessaria una passphrase alfanumerica.

per android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PASSPHRASE.

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