boswelja / WatchConnectionLib

An Android library to provide a shared API for multiple smartwatch platforms
Apache License 2.0
3 stars 0 forks source link

Replace message listener with a Flow #33

Closed boswelja closed 3 years ago

boswelja commented 3 years ago

Instead of registering/unregistering message listeners, users can now use incomingMessages().collect and other Flow operators to allow simpler message collecting