instabug IBGInvocationEventTwoFingersSwipeLeft 不起作用

instabug IBGInvocationEventTwoFingersSwipeLeft not work

对不起我的英语。我尝试使用服务 instabug,他们尝试使用 IBGInvocationEventTwoFingersSwipeLeft,但这并不成功。我尝试这样的事情:

ParseAnalytics.trackAppOpenedInBackground(getIntent());
        Instabug.initialize(getApplication(), "mykey");
        Instabug.getInstance().setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventTwoFingersSwipeLeft);

像这样

  ParseAnalytics.trackAppOpenedInBackground(getIntent());
    Instabug.initialize(getApplication(), "mykey").setInvocationEvent(Instabug.IBGInvocationEvent.IBGInvocationEventTwoFingersSwipeLeft);

但是我的方法不起作用(

如果您尚未完成 SDK integration 步骤,则可能会发生这种情况。具体来说,如果您的 Activity 类 不扩展 Instabug 活动。