progress
fun Activity.progress(msg: String? = null, block: ProgressDialog.() -> Unit = {}): ProgressDialog
Content copied to clipboard
进度对话框
Parameters
<receiver>
Activity
msg
String?
block
@kotlin.ExtensionFunctionType Function1<ProgressDialog, Unit>