toast

private fun showSnackBar(rootView: View, message: String, success: Boolean) {
snackBar = CalendarCommSnackBar.make(
view = rootView,
title = message,
startIcon = if (success) {
R.drawable.ic_import_calender_success
} else {
R.drawable.ic_file_not_correct
},
description = "",
actionTitle = "",
listener = {
snackBar?.cancel()
}
)
snackBar?.show()
}

Rajeshbhatt12

My name is Rajesh Bhatt. I am working as a senior android developer . I have created this blog for kotlin ,java and Android Development interview questions etc..

Previous Post Next Post