createAlertDialogTemplateWithResources

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