ComplianceInit
AndroidiOSWindows
If you were looking for the method for use with Unity, see ComplianceInit for Unity SDK.
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
Parameter | Type | Description |
---|---|---|
game_id | FString | Player Network SDK unique game ID |
openid_id | FString | Player Network SDK OpenID returned by user login |
token | FString | Player Network SDK token returned by user login |
channel_id | int32 | Third-party channel ID |
Code sample
UINTLSDKAPI::ComplianceInit();