Open Knowledge Base category by id
Opens a Knowledge Base category based on the category 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 years ago