Skip to main content

Display Single FAQ (ShowSingleFAQ)

AndroidiOSWindows
If you are using Unreal Engine, see Unreal Engine SDK's ShowSingleFAQ.

The ShowSingleFAQ interface can only be called after receiving the asynchronous callback from InitCustomer.

Function Definition

public void ShowSingleFAQ(string faqId);

Input Parameters

NameTypeExplanation
faqIdstringFAQ ID

Callback processing

Callback handling interface is CustomerResultObserver.
The callback data structure is CustomerResult.

Callback ID is INTL_CUSTOMER_SHOW_SINGLE_FAQ.

Code example

INTLAPI.ShowSingleFAQ("faqId");