createSimpleTextAlertDialog

inline fun Context.createSimpleTextAlertDialog(text: String, title: String? = null, positivePair: Pair<String, AlertDialogCallback?>? = null, neutralPair: Pair<String, AlertDialogCallback?>? = null, negativePair: Pair<String, AlertDialogCallback?>? = null, show: Boolean = true): AlertDialog(source)
inline fun Context.createSimpleTextAlertDialog(@StringRes text: Int, @StringRes title: Int? = null, positivePair: Pair<Int, AlertDialogCallback?>? = null, neutralPair: Pair<Int, AlertDialogCallback?>? = null, negativePair: Pair<Int, AlertDialogCallback?>? = null, show: Boolean = true): AlertDialog(source)