instacart / instacart/TrueTime.swift
Are there equivalent options to TrueTimeRx in Swift?
Open
- Dominant language
- Swift
- Stars
- 634
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.