Display all question categories (ShowAllFAQSections)
The ShowAllFAQSections interface can only be called after receiving the asynchronous callback from InitCustomer.
Function Definition
public void ShowAllFAQSections();
Callback processing
The callback handler interface is CustomerResultObserver.
The callback data structure is CustomerResult.
The callback ID is INTL_CUSTOMER_SHOW_ALL_FAQ_SECTIONS.
Sample Code
INTLAPI.ShowAllFAQSections();