Settings
On the landing and search pages, there is a button on the top right of the navigation bar that will open a settings page when tapped.
Selecting an icon
We have provided three icons to chose from:
To set your preferred icon, please use the SettingsMenuIcon
enum class. It contain the values HAMBURGER
, USER
, COG
.
val sdkDataClientIdXYZ = CTSdkData.Builder(clientId = clientId)
.withSettingsMenuIconType(SettingsMenuIcon.`CHOSEN_ICON`)