/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.utils/showConfirmationPopUpAlertDialog

showConfirmationPopUpAlertDialog

\ fun Context.showConfirmationPopUpAlertDialog(title: String? = null, message: String? = null, positiveLabel: String, positiveCallback: () -> Unit? = null, positiveTextColor: Int = R.color.colorPrimary, negativeLabel: String? = null, negativeCallback: () -> Unit? = null, negativeTextColor: Int = R.color.colorAccent, cancellable: Boolean = true)