合规性设置用户信息与年龄(ComplianceSetUserInfoWithBirthAge)
AndroidiOSWindows
支持于:LI PASS V1.12
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 ComplianceSetUserInfoWithBirthAge。
支持于:LI PASS V1.12
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 ComplianceSetUserInfoWithBirthAge。
设置区域和年龄。
函数定义
public static void ComplianceSetUserInfoWithBirthAge(string region, int birthAge)
入参说明
参数 | 类型 | 说明 |
---|---|---|
region | string | ISO 3166-1 国家或地区的数字代码 例如 156 代表中国,040 代表奥地利 |
birthAge | int | 出生年龄,需大于0 |
回调处理
回调处理接口是 ComplianceResultObserver。回调数据结构是 ComplianceResult。
回调 ID 是 INTL_COMPLIANCE_SET_USER_INFO_WITH_BIRTH_AGE
。
代码示例
// 保存玩家地区并设置玩家的年龄
INTLAPI.ComplianceSetUserInfoWithBirthAge("040",20);