instabug IBGInvocationEventTwoFingersSwipeLeft not work

107 views Asked by At

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(

1

There are 1 answers

0
Hassan Ibraheem On BEST ANSWER

This could happen if you haven't finished the SDK integration steps. Specifically, if your Activity classes don't extend Instabug activities.