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 ...@@ -47,15 +47,13 @@ Check out included example iOS application for the `PasswordStorage` implementat
Start network follower: Start network follower:
``` ```swift
let cMix: CMix = ...
try cMix.startNetworkFollower(timeoutMS: 10_000) try cMix.startNetworkFollower(timeoutMS: 10_000)
``` ```
Wait until connected: Wait until connected:
``` ```swift
let cMix: CMix = ...
let isNetworkHealthy = try cMix.waitForNetwork(timeoutMS: 30_000) let isNetworkHealthy = try cMix.waitForNetwork(timeoutMS: 30_000)
``` ```
...@@ -64,7 +62,6 @@ 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: Use the cMix to make a new reception identity:
```swift ```swift
let cMix: CMix = ...
let myIdentity = try cMix.makeReceptionIdentity() 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