toast

fun toast(msg: String, duration: Int = Toast.LENGTH_SHORT)

Show a toast message.

Need set the EzXHelper.appContext before use.

If Logger.toastTag is not set will not show the prefix.

See also


fun toast(msg: String, vararg formats: String, duration: Int = Toast.LENGTH_SHORT)