设置崩溃用户 ID(SetUserId)
[Player Network SDK & MSDK] 设置崩溃上报的用户 ID。
支持渠道:Firebase,CrashSight
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS, Windows
平台。支持
Android, iOS, Windows
平台。注意
MSDK 暂不支持 Windows
函数定义
- Unity
- Unreal Engine
void SetUserId(string userId);
static void SetUserId(const std::string &user_id);
入参说明
- Unity
- Unreal Engine
参数 | 类型 | 说明 |
---|---|---|
userId | string | 用户名 ID |
参数 | 类型 | 说明 |
---|---|---|
user_id | std::string | 用户名 ID |
代码示例
- Unity
- Unreal Engine
UnionAdapterAPI.GetCrashService().SetUserId("userId");
GUA_NAMESPACE::GUACrashService::SetUserId("UserId");