shortToast

fun Context.shortToast(message: String)

Context Extension to display a Toast with a short duration period in which a customized toast will be displayed

Parameters

message

String the text you want to display as the Toast message

See also