Make TrackableState
consistent with Android
#625
Labels
breaking
Backwards incompatible changes made to the public API.
code-quality
Affects the developer experience when working in our codebase.
As of #624, Swift’s
TrackableState
looks like this:but in Android at
4d13ae7
it looks like this:That is, there is an extra state
Publishing
, and theOffline
andFailed
states can communicate error information (which presumably on Swift is instead communicated using the publisher and subscribers’ delegate methods).We should make Swift consistent with Android here, including the communication of error information.
The text was updated successfully, but these errors were encountered: