Commit edafab21 authored by 时海鑫's avatar 时海鑫

Merge branch 'dev' into 'master'

ddd

See merge request !20
parents a166e055 c3ab5e21
//package com.tyw.updatedemo;
//
//
///**
// * A/B升级过程监听器。
// * 用于从核心升级逻辑模块接收状态更新。
// */
//public interface AbUpdateListener {
//
// /**
// * 当升级进度更新时调用。
// *
// * @param progress 整体进度 (0-100)
// * @param message 当前状态的描述信息
// */
// void onProgress(int progress, String message);
//
// /**
// * 当升级包成功应用,需要重启设备时调用。
// */
// void onRebootRequired();
//
// /**
// * 当升级过程发生错误时调用。
// *
// * @param errorCode 错误码,用于区分错误类型
// * @param errorMessage 错误信息
// */
// void onFailure(int errorCode, String errorMessage);
//}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment