display Toast

fun Context?.displayToast(message: String, isItLong: Boolean = false)

Method to display Toast

Parameters

message

message to display

isItLong

is the toast gonna be short or long?

Sources

Link copied to clipboard