Reputation: 1905
I am using
new Instabug.Builder(this, "MY_INSTABUG_KEY").setInvocationEvent(InstabugInvocationEvent.SHAKE).build();
On each shake, Instabug message appears even if it is already visible. How can I limit the appearance of Instabug message ie if one message is visible then next message should not be invoked until the first one is on the screen.
Upvotes: 3
Views: 214
Reputation: 1
You probably need to update Instabug SDK. https://docs.instabug.com/v8.1/docs/android-sdk-8-1-migration-guide
Upvotes: 0