Share via


GeofenceHardware.MonitorCurrentlyAvailable Campo

Definición

Precaución

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

Constante para indicar que el sistema de supervisión está disponible actualmente para la supervisión de geovallas.

[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

Valor de campo

Value = 0
Atributos

Comentarios

Constante para indicar que el sistema de supervisión está disponible actualmente para la supervisión de geovallas.

Documentación de Java para android.hardware.location.GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE.

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