ShowAllFAQSections
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ShowAllFAQSections for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ShowAllFAQSections for Unreal Engine SDK.
The ShowAllFAQSections
API can be called only after the asynchronous callback of InitCustomer is received.
Function definition
public void ShowAllFAQSections();
Callback Processing
The callback processing API is CustomerResultObserver.
The callback data structure is CustomerResult.
The callback methodID is INTL_CUSTOMER_SHOW_ALL_FAQ_SECTIONS
.
Code sample
INTLAPI.ShowAllFAQSections();