Compartilhar via


GeofenceHardware.GeofenceErrorIdExists Campo

Definição

Cuidado

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

A constante usada para indicar que o id da cerca geográfica já existe.

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

Valor do campo

Value = 2
Atributos

Comentários

A constante usada para indicar que o id da cerca geográfica já existe.

Documentação Java para android.hardware.location.GeofenceHardware.GEOFENCE_ERROR_ID_EXISTS.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a