Set Theme

By default, the Luciq SDK uses a light theme. This, however, can be changed to use a dark theme. To do this, you can use this API while passing the relevant enum to it.

Method

Luciq.setColorTheme(.dark)

Theme Parameters:

//Light
.light
//Dark
.dark

Last updated