Skip to main content

Display all question categories (ShowAllFAQSections)

AndroidiOSWindows
If you are using Unreal Engine, see Unreal Engine SDK's 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();