ShowFAQSection
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ShowFAQSection for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ShowFAQSection for Unreal Engine SDK.
The ShowFAQSection
API can be called only after the asynchronous callback of InitCustomer is received.
Function definition
public void ShowFAQSection(string sectionId);
Input parameters
Name | Type | Description |
---|---|---|
sectionId | string | FAQ category ID |
Callback Processing
The callback processing API is CustomerResultObserver.
The callback data structure is CustomerResult.
The callback methodID is INTL_CUSTOMER_SHOW_FAQ_SECTION
.
Code sample
INTLAPI.ShowFAQSection("sectionId");