TrueTime.swift icon indicating copy to clipboard operation
TrueTime.swift copied to clipboard

Are there equivalent options to TrueTimeRx in Swift?

Open paul-git opened this issue 7 years ago • 1 comments

Im working on the swift version of an App. We have used TTRx in Android as follows:

...
trueTime.withLoggingEnabled(true)
        .withServerResponseDelayMax(delay)
        .withConnectionTimeout(timeout)
        .withRetryCount(retries) 
        .withSharedPreferences(context)
...

I´m unable to find equivalent options in the Swift version. Do they exist? Is there an example or documentation on those functions?

Any help is highly appreciated, Paul

paul-git avatar Jun 05 '18 08:06 paul-git

Not at the moment. I suggest this would be done as a new library to avoid adding Rx as a dependency for this framework.

acrookston avatar Mar 27 '19 22:03 acrookston