跳到主要内容

合规性设置用户信息与生日(ComplianceSetUserInfoWithBirthday)

AndroidiOSWindows
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 ComplianceSetUserInfoWithBirthday

合规流程中设置玩家的区域和生日。

函数定义

public static void ComplianceSetUserInfoWithBirthday(string region, string birthday);

入参说明

参数类型说明
regionstringISO 3166-1 国家或地区的数字代码
例如 156 代表中国,040 代表奥地利
birthdaystring玩家出生日期
格式支持 yyyy-mm 或 yyyy-mm-dd

回调处理

回调处理接口是 ComplianceResultObserver。回调数据结构是 ComplianceResult

回调 ID 是 INTL_COMPLIANCE_SET_USER_INFO_WITH_BIRTHDAY

代码示例

INTLAPI.ComplianceSetUserInfoWithBirthday("040","2000-01-01");