# Print output for @column tags ?> GpsStatus.Listener - Android SDK | Android Developers

Most visited

Recently visited

GpsStatus.Listener

public static interface GpsStatus.Listener

android.location.GpsStatus.Listener


This interface is deprecated.
Use GnssStatus.Callback instead.

Used for receiving notifications when GPS status has changed.

Summary

Public methods

abstract void onGpsStatusChanged(int event)

Called to report changes in the GPS status.

Public methods

onGpsStatusChanged

public abstract void onGpsStatusChanged (int event)

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 to get additional status information.

Parameters
event int: event number for this notification