shortToast

fun Context.shortToast(@StringRes message: Int)

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


fun Context.shortToast(message: String)

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