We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c02f3 commit 0254aa9Copy full SHA for 0254aa9
1 file changed
README.md
@@ -65,7 +65,16 @@ Credit : This android library use [Autobahn-java](https://github.com/crossbario/
65
}
66
});
67
```
68
+### 2 - Send data to server
69
70
+ ```java
71
+ ws.send("Hello World");
72
+ ```
73
+ or send to specific channel
74
+
75
76
+ ws.send("path/to/channel","Hello Channel");
77
78
License
79
-------
80
0 commit comments