展示所有问题分类(ShowAllFAQSections)
ShowAllFAQSections
接口只能在收到 InitCustomer 的异步回调后调用。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowAllFAQSections();
回调处理
回调处理接口是 CustomerResultObserver。
回调数据结构是 CustomerResult。
回调 ID 是 kMethodIDCustomerShowAllFAQSections
。
代码示例
UINTLSDKAPI::ShowAllFAQSections();