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 69bce7d commit 560170eCopy full SHA for 560170e
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
@@ -371,13 +371,13 @@ public int getUnreadMessagesCount() {
371
}
372
373
/**
374
- * Changes the event used to invoke Instabug SDK
+ * Sets the event used to invoke Instabug SDK
375
*
376
* @param instabugInvocationEvent to be used to invoke SDK
377
* @see InstabugInvocationEvent
378
*/
379
@ReactMethod
380
- public void changeInvocationEvent(String invocationEventValue) {
+ public void setInvocationEvent(String invocationEventValue) {
381
InstabugInvocationEvent invocationEvent = InstabugInvocationEvent.FLOATING_BUTTON;
382
try {
383
//setting invocation event
0 commit comments