Skip to main content

ComplianceInit

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

Initialize the underage compliance module. Need to be called before the game enters underage compliance certification

Function definition

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

Input parameters

ParameterTypeDescription
game_idFStringPlayer Network SDK unique game ID
openid_idFStringPlayer Network SDK OpenID returned by user login
tokenFStringPlayer Network SDK token returned by user login
channel_idint32Third-party channel ID

Code sample

UINTLSDKAPI::ComplianceInit();