IView

interface IView

Author

Ayvytr 's GitHub

Since

0.0.9 增加hideLoading,实际调用的 showLoading(false)

0.0.1

Functions

hideLoading
Link copied to clipboard
abstract fun hideLoading()
initData
Link copied to clipboard
abstract fun initData(savedInstanceState: Bundle?)
initView
Link copied to clipboard
abstract fun initView(savedInstanceState: Bundle?)
showLoading
Link copied to clipboard
abstract fun showLoading(isShow: Boolean = true)
showMessage
Link copied to clipboard
abstract fun showMessage(message: CharSequence)
abstract fun showMessage(@StringRes strId: Int)

Inheritors

BaseActivity
Link copied to clipboard
BaseFragment
Link copied to clipboard