showToast

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


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

duration is Toast.LENGTH_SHORT if null