Display Single FAQ (ShowSingleFAQ)
The ShowSingleFAQ interface can only be called after receiving the asynchronous callback from InitCustomer.
Function Definition
public void ShowSingleFAQ(string faqId);
Input Parameters
| Name | Type | Explanation |
|---|---|---|
| faqId | string | FAQ ID |
Callback processing
Callback handling interface is CustomerResultObserver.
The callback data structure is CustomerResult.
Callback ID is INTL_CUSTOMER_SHOW_SINGLE_FAQ.
Code example
INTLAPI.ShowSingleFAQ("faqId");