Display a specific FAQ category (ShowFAQSection)
AndroidiOSWindows
If you are using Unreal Engine, please refer to Unreal Engine SDK's ShowFAQSection here.
If you are using Unreal Engine, please refer to Unreal Engine SDK's ShowFAQSection here.
The ShowFAQSection interface can only be called after receiving the asynchronous callback from InitCustomer.
Function Definition
public void ShowFAQSection(string sectionId);
Input Parameters
| Name | Type | Explanation |
|---|---|---|
| sectionId | String | FAQ category ID |
Callback processing
The callback handling interface is CustomerResultObserver.
The callback data structure is CustomerResult.
The callback ID is INTL_CUSTOMER_SHOW_FAQ_SECTION.
Code example
INTLAPI.ShowFAQSection("sectionId");