All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cmonbaby.http.dialog.HttpLoadable Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
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