LocationManager.KeyProximityEntering Field

Definition

Key used for the Bundle extra holding a boolean indicating whether a proximity alert is entering (true) or exiting (false).

[Android.Runtime.Register("KEY_PROXIMITY_ENTERING")]
public const string KeyProximityEntering;
[<Android.Runtime.Register("KEY_PROXIMITY_ENTERING")>]
val mutable KeyProximityEntering : string

Field Value

Attributes

Remarks

Key used for the Bundle extra holding a boolean indicating whether a proximity alert is entering (true) or exiting (false)..

Java documentation for android.location.LocationManager.KEY_PROXIMITY_ENTERING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to