createAlertDialogTemplate

inline fun Context.createAlertDialogTemplate(title: String? = null, positivePair: Pair<String, AlertDialogCallback?>? = null, neutralPair: Pair<String, AlertDialogCallback?>? = null, negativePair: Pair<String, AlertDialogCallback?>? = null): AlertDialog.Builder(source)