Showing Luciq
This section covers how to set the user action that initializes Luciq, as well as how to customize what appears to your app users after the SDK is shown for Android apps.
Invocation Events
Luciq.Builder(this, "APP_TOKEN")
.setInvocationEvents(LuciqInvocationEvent.SHAKE, LuciqInvocationEvent.FLOATING_BUTTON)
.build()new Luciq.Builder(this, "APP_TOKEN")
.setInvocationEvents(LuciqInvocationEvent.SHAKE, LuciqInvocationEvent.SCREENSHOT)
.build();NONE
SHAKE
FLOATING_BUTTON
SCREENSHOT
TWO_FINGER_SWIPE_LEFTNone
Floating Button
Shaking Threshold
Changing the Invocation Event
Manual Showing
Showing Specific Modes

Show Bug Form
Show Feedback Form
Show Question Form
Show Replies Page
Enable/Disable Luciq
Last updated