instacart / instacart/TrueTime.swift

Are there equivalent options to TrueTimeRx in Swift?

Open
#56 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.