ShowFAQSection
AndroidiOSWindows
If you were looking for the method for use with Unity, see ShowFAQSection for Unity SDK.
If you were looking for the method for use with Unity, see ShowFAQSection for Unity SDK.
The ShowFAQSection
API can be called only after the asynchronous callback of InitCustomer is received.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowFAQSection(const FString §ionId);
Input parameters
Name | Type | Description |
---|---|---|
sectionId | FString | FAQ category ID |
Observers
The callback processing API is CustomerResultObserver.
The callback data structure is CustomerResult.
The callback methodID is kMethodIDCustomerShowFAQSection
.
Code sample
UINTLSDKAPI::ShowFAQSection("sectionId");