progress

fun Activity.progress(msg: String? = null, block: ProgressDialog.() -> Unit = {}): ProgressDialog

进度对话框

Parameters

<receiver>

Activity

msg

String?

block

@kotlin.ExtensionFunctionType Function1<ProgressDialog, Unit>