Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publisher: naming disparity - trackable state #582

Open
AndyTWF opened this issue Feb 22, 2023 · 2 comments
Open

Publisher: naming disparity - trackable state #582

AndyTWF opened this issue Feb 22, 2023 · 2 comments
Milestone

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 22, 2023

In Swift, we have a generic called "TrackableState", which contains information around skipped locations, retry count etc. The same generic in Android is called "LocationsPublishingState" which is possibly more accurate.

In Android we have an enum called "TrackableState" which specifies whether the trackable is considered online, offline, failed etc. By comparison in swift this is called "ConnectionState".

For parity, we should make these consistent.

@AndyTWF AndyTWF added this to the 1.0.0 milestone Feb 22, 2023
@sync-by-unito
Copy link

sync-by-unito bot commented Feb 22, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3393

@AndyTWF AndyTWF changed the title Naming disparity: trackable state Publisher: naming disparity - trackable state Feb 23, 2023
@lawrence-forooghian
Copy link
Collaborator

Didn't realise we had this issue! #624 addresses this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants