Sorry for my english. I try use service instabug, they i try use IBGInvocationEventTwoFingersSwipeLeft
but this is not successful. I try somthing like this:
ParseAnalytics.trackAppOpenedInBackground(getIntent());
Instabug.initialize(getApplication(), "mykey");
Instabug.getInstance().setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventTwoFingersSwipeLeft);
and like this
ParseAnalytics.trackAppOpenedInBackground(getIntent());
Instabug.initialize(getApplication(), "mykey").setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventTwoFingersSwipeLeft);
but my method dont work(