Skip to main content

ShowSingleFAQ

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

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

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowSingleFAQ(const FString &faqId);

Input parameters

NameTypeDescription
faqIdFStringFAQ ID

Observers

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

The callback methodID is kMethodIDCustomerShowSingleFAQ.

Code sample

UINTLSDKAPI::ShowSingleFAQ("faqId");