File tree Expand file tree Collapse file tree 3 files changed +406
-423
lines changed
packages/react-native/ReactAndroid
src/main/java/com/facebook/react/modules/websocket Expand file tree Collapse file tree 3 files changed +406
-423
lines changed Original file line number Diff line number Diff line change @@ -3621,6 +3621,8 @@ public final class com/facebook/react/modules/toast/ToastModule$Companion {
3621
3621
}
3622
3622
3623
3623
public final class com/facebook/react/modules/websocket/WebSocketModule : com/facebook/fbreact/specs/NativeWebSocketModuleSpec {
3624
+ public static final field Companion Lcom/facebook/react/modules/websocket/WebSocketModule$Companion;
3625
+ public static final field NAME Ljava/lang/String;
3624
3626
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
3625
3627
public fun addListener (Ljava/lang/String;)V
3626
3628
public fun close (DLjava/lang/String;D)V
@@ -3630,9 +3632,13 @@ public final class com/facebook/react/modules/websocket/WebSocketModule : com/fa
3630
3632
public fun removeListeners (D)V
3631
3633
public fun send (Ljava/lang/String;D)V
3632
3634
public fun sendBinary (Ljava/lang/String;D)V
3633
- public fun sendBinary (Lokio/ByteString;I)V
3634
- public fun setContentHandler (ILcom/facebook/react/modules/websocket/WebSocketModule$ContentHandler;)V
3635
- public static fun setCustomClientBuilder (Lcom/facebook/react/modules/network/CustomClientBuilder;)V
3635
+ public final fun sendBinary (Lokio/ByteString;I)V
3636
+ public final fun setContentHandler (ILcom/facebook/react/modules/websocket/WebSocketModule$ContentHandler;)V
3637
+ public static final fun setCustomClientBuilder (Lcom/facebook/react/modules/network/CustomClientBuilder;)V
3638
+ }
3639
+
3640
+ public final class com/facebook/react/modules/websocket/WebSocketModule$Companion {
3641
+ public final fun setCustomClientBuilder (Lcom/facebook/react/modules/network/CustomClientBuilder;)V
3636
3642
}
3637
3643
3638
3644
public abstract interface class com/facebook/react/modules/websocket/WebSocketModule$ContentHandler {
You can’t perform that action at this time.
0 commit comments