showToast

fun Context.showToast(message: String, isItLong: Boolean = false)

Extension function of Context to display

Receiver

Context

Parameters

message

the String to display inside the Toast

isItLong

Does the Toast displayed for a long time?