展示某个问题分类(ShowFAQSection)
ShowFAQSection
接口只能在收到 InitCustomer 的异步回调后调用。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowFAQSection(const FString §ionId);
入参说明
名称 | 类型 | 说明 |
---|---|---|
sectionId | FString | 常见问题分类 ID |
回调处理
回调处理接口是 CustomerResultObserver。
回调数据结构是 CustomerResult。
回调 ID 是 kMethodIDCustomerShowFAQSection
。
代码示例
UINTLSDKAPI::ShowFAQSection("sectionId");