View.ScreenStateOff フィールド

定義

注意事項

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

画面の状態が変更され、オフになっていることを示します。

[Android.Runtime.Register("SCREEN_STATE_OFF")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenState enum directly instead of this field.", true)]
public const Android.Views.ScreenState ScreenStateOff = 0;
[<Android.Runtime.Register("SCREEN_STATE_OFF")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScreenState enum directly instead of this field.", true)>]
val mutable ScreenStateOff : Android.Views.ScreenState

フィールド値

Value = 0
属性

注釈

画面の状態が変更され、オフになっていることを示します。

の Java ドキュメント android.view.View.SCREEN_STATE_OFF

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

適用対象

こちらもご覧ください