Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b563d173 authored by David Castro's avatar David Castro Committed by android-build-merger
Browse files

Merge "Expands on the definition of the timestamp parameter, as per clju@ in...

Merge "Expands on the definition of the timestamp parameter, as per clju@ in BUG:119380943." into qt-dev am: 716edf38
am: a9a47711

Change-Id: I5a4721a39690604cacbe4fb577a5c5e14e4fd104
parents f9249330 a9a47711
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ public interface OnNmeaMessageListener {
    /**
     * Called when an NMEA message is received.
     * @param message NMEA message
     * @param timestamp milliseconds since January 1, 1970.
     * @param timestamp Date and time of the location fix, as reported by the GNSS
     *                  chipset. The value is specified in milliseconds since 0:00
     *                  UTC 1 January 1970.
     */
    void onNmeaMessage(String message, long timestamp);
}