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 the specific category
desired based on the category id.
Warning: This method is not supported on iOS yet.
Android
import KustomerChat from '@kustomer/chat-react-native';
KustomerChat.showKbCategory('categoryId');
iOS
Not supported yet.
Updated over 1 year ago