#鸿蒙学习大百科#如何监听布式数据对象的上下线?

如何监听布式数据对象的上下线?

HarmonyOS
2024-10-24 10:28:08
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
无敌大暴龙
localObject.on('status', (sessionId: string, networkId: string, status: 'online' | 'offline') => {
  console.info("status changed " + sessionId + " " + status + " " +  networkId);
  // 业务处理
});
分享
微博
QQ
微信
回复
2024-10-24 17:06:09
相关问题