TrueTime.swift
TrueTime.swift copied to clipboard
Are there equivalent options to TrueTimeRx in Swift?
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
Not at the moment. I suggest this would be done as a new library to avoid adding Rx as a dependency for this framework.