MCPcopy Create free account
hub / github.com/M66B/FairEmail / onTextMessage

Method onTextMessage

app/src/extra/java/eu/faircode/email/Send.java:97–102  ·  view source on GitHub ↗
(WebSocket ws, String text)

Source from the content-addressed store, hash-verified

95
96 ws.addListener(new WebSocketAdapter() {
97 @Override
98 public void onTextMessage(WebSocket ws, String text) {
99 Log.i("Send text message=" + text);
100 queue.add(text);
101 sem.release();
102 }
103 });
104
105 Log.i("Send connect");

Callers

nothing calls this directly

Calls 3

iMethod · 0.95
addMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected