更新时间:2026-04-10 GMT+08:00
onProfileChanged
事件说明
profile变化时的回调通知。
回调参数说明
|
字段名 |
类型 |
是否必选 |
说明 |
|---|---|---|---|
|
event |
Object |
是 |
包含profile变化信息
|
调用示例
player.on("onProfileChanged", function (event) {
// 打印当前的 profile
console.log(event);
});
父主题: 基础回调方法