PowerManager.LowPowerStandbyAllowedReasonVoiceInteraction フィールド

定義

注意事項

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

低電力スタンバイでのアクティブな音声対話セッションを除外します。

[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

フィールド値

Value = 1
属性

注釈

低電力スタンバイでのアクティブな音声対話セッションを除外します。

android.os.PowerManager.LOW_POWER_STANDBY_ALLOWED_REASON_VOICE_INTERACTIONJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象