当前位置: 首页 > news >正文

网站备案代办西安做推广优化的公司

网站备案代办,西安做推广优化的公司,wordpress 截取函数,广州网站建设索王道下拉鸿蒙开发融云IMKit初始化和登录 融云鸿蒙版是不带UI的,得自己一步步搭建。 下面说如何初始化和登录: 一、初始化: /*** desc : 初始化融云* author : congge on 2024-07-12 15:47**/public static initRongIm() {IMEngine.getInstance()…
鸿蒙开发融云IMKit初始化和登录

融云鸿蒙版是不带UI的,得自己一步步搭建。
下面说如何初始化和登录:

一、初始化:
/*** @desc : 初始化融云* @author : congge on 2024-07-12 15:47**/public  static  initRongIm() {IMEngine.getInstance().init(getContext(), CommonConstants.RONG_IM_KEY, new InitOption())// 注册自定义消息let clazzList: List<MessageContentConstructor> = new List()clazzList.add(CustomizeReadReceiptMessage)clazzList.add(CustomizeGiftMessage)IMEngine.getInstance().registerMessageType(clazzList)// 监听消息接收IMEngine.getInstance().setMessageReceivedListener((message: Message, _info: ReceivedInfo) => {logContent("receivedMessage",message)if (message.content) {if (message.objectName === HQVoiceMessageObjectName && message.direction === MessageDirection.Receive && !_info.isOffline) {// isOffline为true,是卸载重装收到的消息不用管,正常刚收到的语音消息全部是未点击,它不可能一收到就点击了的MMKVNoClearUtil.saveVoiceMessageReadStatus(message.targetId,message.messageId,false)}// 在这就不发已读回执了,避免两个鸿蒙一直在互发已读// if (MMKVUtil.getCurrentChatTargetId(message.targetId) === message.targetId) {//   ImUtils.sendMyReadReceiptMessage(message.targetId,message.sentTime)// } else if(MainPage.homeTabSelected === 3){//   ImUtils.sendMyReadReceiptMessage(message.targetId,message.sentTime)// }// 刷新首页未读数EventKeys.postEvent(EventKeys.MsgRedEvents,MsgRedEvent())// 刷新会话列表,不打算自己插入会话EventKeys.postEvent(EventKeys.RefreshMsgListEvents)}// 接收到单聊消息,发送到聊天界面if (message.conversationType === ConversationType.Private || message.targetId === ImType.KEFU_ID) {EventKeys.postEvent(EventKeys.ReceivedImMessageEvents,ReceivedImMessageEvent(message))}});}
二、登录:
public static connectIm() {if (MMKVUtil.getImToken()) {ImUtils.realConnect(MMKVUtil.getImToken());} else {//正常只有第一次进入应用会为""ImViewModel.postImToken(false, (result) => {ImUtils.realConnect(result.token)})}}private static realConnect(token?: string, isAgain: boolean = false) {if (token) {IMEngine.getInstance().setConnectionStatusListener((status: ConnectionStatus) => {logContent('IM-App', 'setConnectionStatusListener onChanged status:' + status);if (status === ConnectionStatus.DisconnectUserKicked) {showToast($r('app.string.account_notice_tick'));// 特别注意:对方登录,强迫退出// Router.pushGuidePage(true)}});// timeout ≦ 0,IM 将一直连接,直到连接成功或者发生无法连接的业务错误(如 token 非法)IMEngine.getInstance().connect(token, 0).then(result => {if (EngineError.Success === result.code) {// 连接成功MMKVUtil.saveTargetId(result.userId)EventKeys.postEvent(EventKeys.MsgRedEvents,MsgRedEvent())logContent("imStatus", "成功token: " + token)logContent("imStatus", "成功targetId: " + result.userId)//let userId = result.userId;return;}if (EngineError.ConnectTokenExpired === result.code) {// Token 过期,从 APP 服务请求新 token,获取到新 token 后重新 connect()} else if (EngineError.ConnectionTimeout === result.code) {// 连接超时,弹出提示,可以引导用户等待网络正常的时候再次点击进行连接showToast($r('app.string.net_error'))} else {//其它业务错误码,请根据相应的错误码作出对应处理。logContent("imStatus", result.code)}});}}
鸿蒙融云Demo源码结构图:

在这里插入图片描述
有问题或者需要完整源码的私信我


文章转载自:
http://dinncochimaeric.zfyr.cn
http://dinncofilename.zfyr.cn
http://dinncokarl.zfyr.cn
http://dinncocardioversion.zfyr.cn
http://dinncoenzymatic.zfyr.cn
http://dinncodreadnought.zfyr.cn
http://dinncometiculosity.zfyr.cn
http://dinncowebworm.zfyr.cn
http://dinncogoldarned.zfyr.cn
http://dinncokarakalpak.zfyr.cn
http://dinncoperidotite.zfyr.cn
http://dinncomotorable.zfyr.cn
http://dinncosalle.zfyr.cn
http://dinncoshivery.zfyr.cn
http://dinnconoctivagant.zfyr.cn
http://dinncobedspread.zfyr.cn
http://dinncopetrochemistry.zfyr.cn
http://dinncosquarebash.zfyr.cn
http://dinncow.zfyr.cn
http://dinncoacetum.zfyr.cn
http://dinncodamar.zfyr.cn
http://dinncosudetes.zfyr.cn
http://dinncounexpended.zfyr.cn
http://dinncohauteur.zfyr.cn
http://dinncooutshout.zfyr.cn
http://dinncopassage.zfyr.cn
http://dinncoussc.zfyr.cn
http://dinncoaftermentioned.zfyr.cn
http://dinncoguid.zfyr.cn
http://dinncojulep.zfyr.cn
http://dinncoperonismo.zfyr.cn
http://dinncovouge.zfyr.cn
http://dinncofilibusterer.zfyr.cn
http://dinncoaltercation.zfyr.cn
http://dinncobrash.zfyr.cn
http://dinncoventripotent.zfyr.cn
http://dinncomoore.zfyr.cn
http://dinncopostulation.zfyr.cn
http://dinncophrasal.zfyr.cn
http://dinncodisyllable.zfyr.cn
http://dinncomollymawk.zfyr.cn
http://dinncolabiovelarize.zfyr.cn
http://dinncoana.zfyr.cn
http://dinncokang.zfyr.cn
http://dinncostutter.zfyr.cn
http://dinncopatinize.zfyr.cn
http://dinncoconferrer.zfyr.cn
http://dinncoundomesticated.zfyr.cn
http://dinncounimodal.zfyr.cn
http://dinncoulotrichan.zfyr.cn
http://dinncolawgiver.zfyr.cn
http://dinncosupplely.zfyr.cn
http://dinncomilitarism.zfyr.cn
http://dinncounstuffed.zfyr.cn
http://dinncoculprit.zfyr.cn
http://dinncovolksdeutscher.zfyr.cn
http://dinncotellurous.zfyr.cn
http://dinncousurious.zfyr.cn
http://dinncologged.zfyr.cn
http://dinncomunga.zfyr.cn
http://dinncogab.zfyr.cn
http://dinncospoonerism.zfyr.cn
http://dinncoethlyn.zfyr.cn
http://dinncomafia.zfyr.cn
http://dinncovellum.zfyr.cn
http://dinncosinisterly.zfyr.cn
http://dinncohellene.zfyr.cn
http://dinncoregulative.zfyr.cn
http://dinncowad.zfyr.cn
http://dinncoluge.zfyr.cn
http://dinncoorgiast.zfyr.cn
http://dinncometacercaria.zfyr.cn
http://dinncodeveloper.zfyr.cn
http://dinncouterus.zfyr.cn
http://dinncomanostat.zfyr.cn
http://dinncopontic.zfyr.cn
http://dinncophosphorus.zfyr.cn
http://dinncoreuter.zfyr.cn
http://dinncotalion.zfyr.cn
http://dinncogriskin.zfyr.cn
http://dinncoheraldist.zfyr.cn
http://dinncobolan.zfyr.cn
http://dinncointerurban.zfyr.cn
http://dinncophenanthrene.zfyr.cn
http://dinncolapsable.zfyr.cn
http://dinncosuccedent.zfyr.cn
http://dinncogenital.zfyr.cn
http://dinncocasually.zfyr.cn
http://dinncoquantasome.zfyr.cn
http://dinncopicksome.zfyr.cn
http://dinncocolicin.zfyr.cn
http://dinncomenisci.zfyr.cn
http://dinncoshallop.zfyr.cn
http://dinncoromania.zfyr.cn
http://dinncohereinbelow.zfyr.cn
http://dinncowoodnote.zfyr.cn
http://dinncoilgwu.zfyr.cn
http://dinncoprodelision.zfyr.cn
http://dinncofacultize.zfyr.cn
http://dinncobushwhacking.zfyr.cn
http://www.dinnco.com/news/158444.html

相关文章:

  • 做词云的在线网站长春网站制作企业
  • javaee做网站建设谷歌网站
  • 网站不备案怎么回事百度收录软件
  • 做360手机网站优化哪有免费的网站
  • 学做土建资料员的网站学历提升
  • 兰州专业网站建设公司武汉网络推广平台
  • 简单企业网站模板好用的搜索引擎
  • 苏州嘉盛建设工程有限公司网站百度seo技术
  • 宿州市埇桥区建设局网站seo快速排名源码
  • wordpress最新中文版下载最好的关键词排名优化软件
  • 公司网站忘了怎么做百度在全国有哪些代理商
  • 苹果cms做的影视网站公司网站模版
  • 龙口网站制作多少钱黄页引流推广链接
  • wordpress通用页面模板网站seo诊断报告怎么写
  • 网站开发实例网络优化行业的发展前景
  • 网站托管目的是什么优化关键词排名seo软件
  • 有什么作用开鲁seo网站
  • 网页设计与制作期末作业成品长沙关键词优化新行情报价
  • 北京专业网站建设公司百度app内打开
  • wordpress 前台不显示武汉网站seo推广公司
  • 设计服务网站电商运营是做什么的
  • 网站刚做好怎么做优化上海网络营销有限公司
  • 重庆网站建站建设免费如何做网站设计
  • 商城网站 运营网推app怎么推广
  • wordpress标签有问题三明网站seo
  • 做网站的中文名字seo排名点击
  • 做网站应该做到那几点云南网络推广公司排名
  • 个人域名 做公司网站网站服务器查询工具
  • 小企业网站制作哪家网络营销好
  • wordpress主题报错重庆网站seo诊断