Criteria.NoRequirement Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 0Implements
- 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.