Showing Luciq
Choose how the Luciq SDK is shown in your Android app, from shake and screenshot to a floating button or a manual call, and which mode opens first.
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