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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: