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

Merge branch 'development' into dev/update-bindings

parents b7552fd3 442ce171
Branches
Tags
2 merge requests!102Release 1.0.0,!34Update Bindings
...@@ -26,7 +26,7 @@ let messenger: Messenger = .live(environment) ...@@ -26,7 +26,7 @@ let messenger: Messenger = .live(environment)
Example: Example:
``` ```swift
func start(messenger: Messenger) throws { func start(messenger: Messenger) throws {
// check if messenger is loaded: // check if messenger is loaded:
if messenger.isLoaded() == false { if messenger.isLoaded() == false {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment