Android.Locations.GpsStatus.IListener.OnGpsStatusChanged Method
Called to report changes in the GPS status.

Syntax

[Android.Runtime.Register("onGpsStatusChanged", "(I)V", "GetOnGpsStatusChanged_IHandler:Android.Locations.GpsStatus/IListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnGpsStatusChanged ([Android.Runtime.GeneratedEnum] GpsEvent e)

Parameters

e
event number for this notification

Remarks

Called to report changes in the GPS status. The event number is one of:

When this method is called, the client should call LocationManager.GetGpsStatus(GpsStatus) to get additional status information.

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3