GeofenceHardware.MonitorCurrentlyAvailable フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceMonitorStatus enum directly instead of this field.

監視システムが現在、ジオフェンスの監視に使用できる状態であることを示す定数。

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

フィールド値

Value = 0
属性

注釈

監視システムが現在、ジオフェンスの監視に使用できる状態であることを示す定数。

の Java ドキュメント android.hardware.location.GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE

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

適用対象