一个模仿ios for HarmonyOS的提醒库。
用法
/** *该项目为您提供了使用variuos提醒的下一个方法。*模块 svprogresshud 中类 SVProgressHUD 提供的方法 **/
remote maven repo integration 在入口的 gradle 中添加以下代码:
实现 ‘com.gitee.baijuncheng-open-source: Ohos-SVProgressHUD:1.0.0’
public void show() {
if(isShowing())return;
setMaskType(SVProgressHUDMaskType.Black);
mSharedView.show();
svShow();
}/*详细展示*/
公共无效 showWithMaskType(SVProgressHUDMaskType maskType) {}
公共无效showWithStatus(字符串){}
公共无效showInfoWithStatus(字符串字符串,SVProgressHUDMaskType maskType){}
公共无效showSuccessWithStatus(字符串字符串){}
公共无效showErrorWithStatus(字符串字符串,SVProgressHUDMaskType maskType){}
公共无效showWithProgress(字符串,SVProgressHUDMaskType maskType){}
/** *由于提醒 UI 由 SVProgressDefaultView 类和 SVCircleProgressBar 类提供 **/
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
全部0条评论
快来发表一下你的评论吧 !