LocationManager.ExtraProviderName Field

Definition

Intent extra included with #PROVIDERS_CHANGED_ACTION broadcasts, containing the name of the location provider that has changed.

[Android.Runtime.Register("EXTRA_PROVIDER_NAME", ApiSince=29)]
public const string ExtraProviderName;
[<Android.Runtime.Register("EXTRA_PROVIDER_NAME", ApiSince=29)>]
val mutable ExtraProviderName : string

Field Value

Attributes

Remarks

Intent extra included with #PROVIDERS_CHANGED_ACTION broadcasts, containing the name of the location provider that has changed.

Java documentation for android.location.LocationManager.EXTRA_PROVIDER_NAME.

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