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

Update docs

parent cdd28314
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!33XXMessengerClient
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@
`XXMessengerClient` is a client wrapper library for use in xx-messenger application.
## 🛠 Instantiate messenger
## ▶️ Instantiate messenger
Example:
......@@ -60,4 +60,19 @@ func start(messenger: Messenger) throws {
}
}
}
```
## 🛠 Use client components directly
Example:
```swift
// get cMix:
let cMix = messenger.cMix()
// get E2E:
let e2e = messenger.e2e()
// get UserDicovery:
let ud = messenger.ud()
```
\ No newline at end of file
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