ProviderProperties.HasMonetaryCost Property

Definition

True if this provider may result in a monetary charge to the user.

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

Property Value

Attributes

Remarks

True if this provider may result in a monetary charge to the user. Network usage is not considered a monetary cost.

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

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