Skip to main content

ShowSingleFAQ

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

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

Function definition

public void ShowSingleFAQ(string faqId);

Input parameters

NameTypeDescription
faqIdstringFAQ ID

Callback Processing

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

The callback methodID is INTL_CUSTOMER_SHOW_SINGLE_FAQ.

Code sample

INTLAPI.ShowSingleFAQ("faqId");