Skip to content

Commit f0fff28

Browse files
committed
Remove InstabugUtil.sendEvent
1 parent 504aff7 commit f0fff28

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

android/src/main/java/com/instabug/reactlibrary/utils/InstabugUtil.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ public static Method getMethod(Class clazz, String methodName, Class... paramete
4141
return null;
4242
}
4343

44-
public static void sendEvent(ReactApplicationContext reactContext,
45-
String eventName,
46-
WritableMap params) {
47-
reactContext
48-
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
49-
.emit(eventName, params);
50-
}
51-
5244
/**
5345
* Convenience method to convert from a list of Surveys to a JSON array
5446
*

0 commit comments

Comments
 (0)