GeofenceHardware.GeofenceErrorIdUnknown フィールド

定義

注意事項

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

ジオフェンス ID が不明であることを示すために使用される定数。

[Android.Runtime.Register("GEOFENCE_ERROR_ID_UNKNOWN")]
[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 GeofenceErrorIdUnknown = 3;
[<Android.Runtime.Register("GEOFENCE_ERROR_ID_UNKNOWN")>]
[<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 GeofenceErrorIdUnknown : Android.Hardware.Location.GeofenceError

フィールド値

Value = 3
属性

注釈

ジオフェンス ID が不明であることを示すために使用される定数。

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

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

適用対象