You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all communication classes are named MusicService, SystemService etc., but they are not really services. They only facilitate communication between watch and phone.
I suggest that we rename those to the MusicEndpoint, SystemEndpoint etc. That way we can create MusicService in the app without naming conflicts.
Currently, all communication classes are named
MusicService
,SystemService
etc., but they are not really services. They only facilitate communication between watch and phone.I suggest that we rename those to the
MusicEndpoint
,SystemEndpoint
etc. That way we can createMusicService
in the app without naming conflicts.@crc-32 what do you think?
The text was updated successfully, but these errors were encountered: