Zip模块管理文件压缩和解压,通过plus.zip可获取压缩管理对象。
permissions
"Zip": {
"description": "文件压缩与解压缩"
}
操作成功回调函数接口,在解压Zip文件或压缩成Zip文件成功时调用
void onSuccess(){
// Code here
}
无
操作错误回调函数接口,在解压Zip文件或压缩成Zip文件失败时调用
void onError(error){
// Handle the error
}