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