truetime-android
truetime-android copied to clipboard
Introduced the ability to listen for the correct completion of each request.
I've encountered similar issue to the one described in issue #109 . Thought that will be cool to be able to observe successful response per request not as whole initialization. It's because as explained in mentioned issue init will fail if even single request fail but actually now() will return time even if only one request succeeded. So here is my proposed solution. It'll allow to know if at least one request during synchronization succeeded or will allow the user of the library want he/she could implement some sort of threshold of successful requests like author of issue #109 suggested.