public abstract static class GnssNavigationMessageEvent.Callback extends Object
You can implement this interface and call
LocationManager.registerGnssNavigationMessageCallback(android.location.GnssNavigationMessageEvent.Callback)
.
Constructor and Description |
---|
Callback() |
Modifier and Type | Method and Description |
---|---|
void |
onGnssNavigationMessageReceived(GnssNavigationMessageEvent event)
Returns the latest collected GNSS Navigation Message.
|
void |
onStatusChanged(int status)
Returns the latest status of the GNSS Navigation Messages sub-system.
|
public void onGnssNavigationMessageReceived(GnssNavigationMessageEvent event)
public void onStatusChanged(int status)