合规性设置用户信息与年龄(ComplianceSetUserInfoWithBirthAge)
AndroidiOSWindows
Available from: LI PASS V1.12
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ComplianceSetUserInfoWithBirthAge。
Available from: LI PASS V1.12
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ComplianceSetUserInfoWithBirthAge。
设置区域和生日。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ComplianceSetUserInfoWithBirthAge(
const FString Region,
const int32 BirthAge = 0);
入参说明
参数 | 类型 | 说明 |
---|---|---|
Region | FString | ISO 3166-1 国家或地区的数字代码 例如 156 代表中国,040 代表奥地利 |
BirthAge | int32 | 年龄 |
回调处理
回调处理接口是 ComplianceResultObserver。回调数据结构是 ComplianceResult。
回调 ID 是 kMethodIDComplianceSetUserInfoWithBirthAge
。
代码示例
UINTLSDKAPI::ComplianceSetUserInfoWithBirthAge("040",20);