public static interface WebSocketModule.ContentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(ByteString byteString,
WritableMap params) |
void |
onMessage(java.lang.String text,
WritableMap params) |
void onMessage(java.lang.String text,
WritableMap params)
void onMessage(ByteString byteString,
WritableMap params)