public static interface GpsStatus.Listener

android.location.GpsStatus.Listener



This interface was deprecated in API level 24.
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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.