展示某个问题分类(ShowFAQSection)
ShowFAQSection 接口只能在收到 InitCustomer 的异步回调后调用。
函数定义
public void ShowFAQSection(string sectionId);
入参说明
| 名称 | 类型 | 说明 |
|---|---|---|
| sectionId | string | 常见问题分类 ID |
回调处理
回调处理接口是 CustomerResultObserver。
回调数据结构是 CustomerResult。
回调 ID 是 INTL_CUSTOMER_SHOW_FAQ_SECTION。
代码示例
INTLAPI.ShowFAQSection("sectionId");