{"version":"0.1.0","code":"0000","result":true,"message":"处理成功","errdetail":"","timestamp":1671508932843,"data":{"id":71712758,"title":"9.6.7 三脚架消息","slug":"ezke7e","format":"lake","bookId":26046811,"body":null,"body_draft":null,"body_html":"
三脚架消息是广播消息的一种,主要来三脚架操作相关推送。由高德后台下发,包括三脚架绑定、解绑、事件三种类型的消息推送。三脚架消息Auto端只有弹Toast本地不存档,没有置读、删除、读取操作。
注意: 运营消息的接收必须开启消息监听
void com.autonavi.gbl.user.msgpush.observer.IMsgPushServiceObserver.notifyMessage(Tripod2CarPushMsg)
说明:函数详情,请复制函数名称到在线API搜索
public class PushPresenter implements IMsgPushServiceObserver {\n // 三脚架推送消息通知\n @Override\n public void notifyMessage(Tripod2CarPushMsg autoPushMsg) {\n // 消息数据处理\n }\n}\n