We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4a919 commit 18e06c4Copy full SHA for 18e06c4
android/src/main/java/com/reactnativesocketio/SocketIoModule.kt
@@ -72,6 +72,12 @@ class SocketIoModule(private val reactContext: ReactApplicationContext) : ReactC
72
return mSocketList[path]
73
}
74
75
+ @ReactMethod
76
+ fun addListener(eventName: String) {}
77
+
78
79
+ fun removeListeners(count: Int) {}
80
81
@ReactMethod
82
fun initialize(url: String, options: ReadableMap, callback: Callback) {
83
try {
0 commit comments