合规性设置用户信息与生日(ComplianceSetUserInfoWithBirthday)
合规流程中设置玩家的区域和生日。
函数定义
public static void ComplianceSetUserInfoWithBirthday(string region, string birthday);
入参说明
参数 | 类型 | 说明 |
---|---|---|
region | string | ISO 3166-1 国家或地区的数字代码 例如 156 代表中国,040 代表奥地利 |
birthday | string | 玩家出生日期 格式支持 yyyy-mm 或 yyyy-mm-dd |
回调处理
回调处理接口是 ComplianceResultObserver。回调数据结构是 ComplianceResult。
回调 ID 是 INTL_COMPLIANCE_SET_USER_INFO_WITH_BIRTHDAY
。
代码示例
INTLAPI.ComplianceSetUserInfoWithBirthday("040","2000-01-01");