longToast

fun Context.longToast(@StringRes message: Int)

Show a long toast with the indicated message (the message must be the string resource ID)


fun Context.longToast(message: String)

Show a long toast with the indicated message (the message must be a String)