showShortMsg

fun showShortMsg(msg: String, context: Context = ContextHelper.getAppContext())

Since

0.5.3

Parameters

msg

message of the toast.

context

context.


fun showShortMsg(@StringRes id: Int, context: Context = ContextHelper.getAppContext())

Since

0.5.3

Parameters

id

message string id of the toast.

context

context.