showToast

fun showToast(@StringRes message: Int, duration: Int? = null)(source)
fun showToast(message: String?, duration: Int? = null)(source)
fun showToast(message: UiText?, duration: Int? = null)(source)
fun showToast(act: Activity?, text: UiText, duration: Int)(source)


fun showToast(act: Activity?, @StringRes message: Int, duration: Int? = null)(source)
fun showToast(act: Activity?, message: String?, duration: Int? = null)(source)

duration is Toast.LENGTH_SHORT if null