Skip to content
Snippets Groups Projects
Commit b0c710a3 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update README.md

parent e326e610
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!22Update Bindings
......@@ -47,15 +47,13 @@ Check out included example iOS application for the `PasswordStorage` implementat
Start network follower:
```
let cMix: CMix = ...
```swift
try cMix.startNetworkFollower(timeoutMS: 10_000)
```
Wait until connected:
```
let cMix: CMix = ...
```swift
let isNetworkHealthy = try cMix.waitForNetwork(timeoutMS: 30_000)
```
......@@ -64,7 +62,6 @@ let isNetworkHealthy = try cMix.waitForNetwork(timeoutMS: 30_000)
Use the cMix to make a new reception identity:
```swift
let cMix: CMix = ...
let myIdentity = try cMix.makeReceptionIdentity()
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment