appDialogConfig

fun appDialogConfig(context: Context, @LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig

DSL


@JvmName(name = "appDialogConfigWithContext")
fun Context.appDialogConfig(@LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig
@JvmName(name = "appDialogConfigWithContext")
fun Fragment.appDialogConfig(@LayoutRes layoutId: Int = R.layout.app_dialog, block: AppDialogConfig.() -> Unit): AppDialogConfig

扩展DSL