PowerManager.LowPowerStandbyAllowedReasonVoiceInteraction Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.

Exime las sesiones activas de interacción de voz en espera de bajo consumo.

[Android.Runtime.Register("LOW_POWER_STANDBY_ALLOWED_REASON_VOICE_INTERACTION", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.", true)]
public const Android.OS.LowPowerStandbyAllowedReasons LowPowerStandbyAllowedReasonVoiceInteraction = 1;
[<Android.Runtime.Register("LOW_POWER_STANDBY_ALLOWED_REASON_VOICE_INTERACTION", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.", true)>]
val mutable LowPowerStandbyAllowedReasonVoiceInteraction : Android.OS.LowPowerStandbyAllowedReasons

Valor de campo

Value = 1
Atributos

Comentarios

Exime las sesiones activas de interacción de voz en espera de bajo consumo.

Documentación de Java para android.os.PowerManager.LOW_POWER_STANDBY_ALLOWED_REASON_VOICE_INTERACTION.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a