Criteria.NoRequirement Field

Definition

A constant indicating that the application does not choose to place requirement on a particular feature.

[Android.Runtime.Register("NO_REQUIREMENT")]
public const int NoRequirement = 0;
[<Android.Runtime.Register("NO_REQUIREMENT")>]
val mutable NoRequirement : int

Field Value

Value = 0

Implements

Attributes

Remarks

A constant indicating that the application does not choose to place requirement on a particular feature.

Java documentation for android.location.Criteria.NO_REQUIREMENT.

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