Lingua

VoiceInteractionManager.ReadScreenContextRequestStateRequestable Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.App.VoiceInteractions.ReadScreenContextRequestState enum directly instead of this field.

L'accesso al contesto della schermata di lettura non viene concesso, ma le app possono richiedere l'accesso.

[Android.Runtime.Register("READ_SCREEN_CONTEXT_REQUEST_STATE_REQUESTABLE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.VoiceInteractions.ReadScreenContextRequestState enum directly instead of this field.", true)]
public const Android.App.VoiceInteractions.ReadScreenContextRequestState ReadScreenContextRequestStateRequestable = 1;
[<Android.Runtime.Register("READ_SCREEN_CONTEXT_REQUEST_STATE_REQUESTABLE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.VoiceInteractions.ReadScreenContextRequestState enum directly instead of this field.", true)>]
val mutable ReadScreenContextRequestStateRequestable : Android.App.VoiceInteractions.ReadScreenContextRequestState

Valore del campo

Value = 1
Attributi

Commenti

L'accesso al contesto della schermata di lettura non viene concesso, ma le app possono richiedere l'accesso. Quando l'app richiede l'accesso, all'utente verrà visualizzata la finestra di dialogo richiesta per concedere o negare la richiesta.

Informazioni di riferimento su Android per android.app.voiceinteraction.VoiceInteractionManager.READ_SCREEN_CONTEXT_REQUEST_STATE_REQUESTABLE.

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