Skip to main content

ShowAllFAQSections

AndroidiOSWindows
If you were looking for the method for use with Unity, see ShowAllFAQSections for Unity SDK.

The ShowAllFAQSections API can be called only after the asynchronous callback of InitCustomer is received.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowAllFAQSections();

Observers

The callback processing API is CustomerResultObserver.
The callback data structure is CustomerResult.

The callback methodID is kMethodIDCustomerShowAllFAQSections.

Code sample

UINTLSDKAPI::ShowAllFAQSections();