Open Knowledge Base category by id
You can open the Knowledge Base and immediately show a specific category based on the category id.
Kustomer.getInstance().openKbCategory(id) {
if (it is KusResult.Success) {
// handle success
} else {
// handle error
}
}Updated about 2 months ago