sentenceReceived

val sentenceReceived: SharedFlow<String>

A SharedFlow that emits when a valid NMEA sentence is received.

Use this event to monitor that messages are actively being processed, or to add support for additional messages that the NMEALocationDataSource doesn't read. Only complete and valid sentences that pass the checksum verification will be reported, including sentences not used by the NMEALocationDataSource. The sentence is the full sentence, including the starting $ symbol and the checksum, but excluding the terminating CR and LF.

Since

200.7.0