Skip to main content

Open Real Name Verification Page (ComplianceVerifyRealName)

Windows
If you are using the Unity engine, see Unity SDK's ComplianceVerifyRealName.

Open Real Name Verification Page.Used in scenarios such as in South Korea, where players must perform real name verification before entering the game.

Function Definition

Open Real Name Verification Page API

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

Callback processing

The callback interface is ComplianceResultObserver.
The callback data structure is ComplianceResult.

The callback ID is kMethodIDComplianceVerifyRealName.

Sample Code

UINTLSDKAPI::ComplianceVerifyRealName();