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
                    }
                }

Did this page help you?