跳到主要内容

展示所有问题分类(ShowAllFAQSections)

AndroidiOSWindows
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ShowAllFAQSections

ShowAllFAQSections 接口只能在收到 InitCustomer 的异步回调后调用。

函数定义

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowAllFAQSections();

回调处理

回调处理接口是 CustomerResultObserver
回调数据结构是 CustomerResult

回调 ID 是 kMethodIDCustomerShowAllFAQSections

代码示例

UINTLSDKAPI::ShowAllFAQSections();