Condividi tramite


ControlAction.ResponseChallengePin 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 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

Valore del campo

Value = 4
Attributi

Commenti

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

Documentazione java per android.service.controls.actions.ControlAction.RESPONSE_CHALLENGE_PIN.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a