com.cmonbaby.http.dialog.HttpLoadable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_lower Show documentation
Show all versions of http_lower Show documentation
Android Http Core Library
package com.cmonbaby.http.dialog;
/**
* Author: Simon
*
QO: 8950764
*
Email: [email protected]
*
WebSize: https://www.cmonbaby.com
*
Version: 1.0.0
*
Date: 2020/12/28
*
Description: Activity和Fragment显示loading的接口
*/
public interface HttpLoadable {
/** 持续保持Dialog不消失 */
boolean isKeepShowing();
/** 显示Dialog加载 */
void showDialog();
/** 隐藏Dialog加载 */
void dismissHttpDialog();
/** 设置Dialog标题 */
void setHttpDialogTitle(String title);
/** 设置Dialog内容摘要 */
void setHttpDialogContent(String content);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy