setTitle

open override fun setTitle(title: CharSequence?): AppDialogConfig

设置标题

Return

BaseDialogConfig

Parameters

title

标题


open override fun setTitle(context: Context, @StringRes resId: Int): AppDialogConfig

设置标题

Return

BaseDialogConfig

Parameters

context

上下文

resId

标题资源ID