ComplianceInit
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ComplianceInit for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ComplianceInit for Unreal Engine SDK.
Initialize the underage compliance module. Need to be called before the game enters underage compliance certification
Function definition
public static void ComplianceInit();
Input parameters
Parameter | Type | Description |
---|---|---|
game_id | string | Player Network SDK unique game ID |
openid_id | string | Player Network SDK OpenID returned by user login |
token | string | Player Network SDK token returned by user login |
channel_id | int | Third-party channel ID |
Code sample
INTLAPI.ComplianceInit();