showLongMsg

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

Since

0.5.3

Parameters

msg

message of the toast.

context

context.


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

Since

0.5.3

Parameters

id

message string id of the toast.

context

context.