Skip to main content

ComplianceVerifyRealName

Windows
If you were looking for the method for use with Unreal Engine, see ComplianceVerifyRealName for Unreal Engine SDK.

Open the real-name verification page. Used in scenarios where real name authentication is required before players can enter the game in some regions, such as South Korea.

Function definition

public static void ComplianceVerifyRealName();

Callback Processing

The callback processing API is ComplianceResultObserver.
The callback data structure is ComplianceResult.

The callback methodID is INTL_COMPLIANCE_VERIFY_REAL_NAME.

Code sample

INTLAPI.ComplianceVerifyRealName();