Ashish John
Ashish John

Reputation: 1905

Instabug Android SDK

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

Answers (1)

Shehab Tarek
Shehab Tarek

Reputation: 1

You probably need to update Instabug SDK. https://docs.instabug.com/v8.1/docs/android-sdk-8-1-migration-guide

Upvotes: 0

Related Questions