ProviderProperties.HasCellRequirement Property

Definition

True if the provider requires access to a cellular network (e.

public bool HasCellRequirement { [Android.Runtime.Register("hasCellRequirement", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("hasCellRequirement", "()Z", "", ApiSince=31)>]
member this.HasCellRequirement : bool

Property Value

Attributes

Remarks

True if the provider requires access to a cellular network (e.g., for cell tower IDs).

Java documentation for android.location.provider.ProviderProperties.hasCellRequirement().

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