longToast

fun Context.longToast(message: String)

Context Extension to display a Toast with a long 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