UI Color & Theme

SDK Themes

The SDK UI has two color themes: light and dark.

Examples of Luciq in light mode (left) and dark mode (right).

You can set which theme to use by adding the following method to Luciq builder.

Primary Color, Fonts, and Backgrounds

You can also further customize the SDK to match your brand’s design and identity by utilizing the API below. This API offers to set the color of UI elements that indicate interactivity, Font color, types and styles, background color, and call-to-action colors.

Parameters Mapping

Report Description
Prompt Menu
Visited Screens
Thank You Message & Alerts
Chats List
Chats Messages & Attachments

Setting Full-Screen Mode

You can use this API to set Luciq to be displayed in full-screen mode, hiding the status and navigation bars.

Floating Button

If your invocation event is a floating button, you can set its position in your app. The setFloatingButtonEdge specifies if the button should appear on the left or right side of the screen. The setFloatingButtonOffsetFromTop specifies its position on the y-axis.

Video Recording Button

If you've enabled video recordings as attachments, you can change the position of the red recording button displayed in the screenshot below. The default position of the button is bottom right.

An example of the video recording button placed in the bottom right of an app.

Use this method below to set the position of the video recording button.

Last updated