MCPcopy Create free account
hub / github.com/caikaidev/AppUpdate / show

Method show

lib/src/main/java/com/kcode/lib/utils/ToastUtils.java:12–14  ·  view source on GitHub ↗
(Context context,int msgId)

Source from the content-addressed store, hash-verified

10public class ToastUtils {
11
12 public static void show(Context context,int msgId) {
13 show(context,context.getResources().getString(msgId));
14 }
15
16 public static void show(Context context,String msg) {
17 Toast.makeText(context,msg,Toast.LENGTH_SHORT).show();

Callers 6

startMethod · 0.95
runMethod · 0.95
isLatestMethod · 0.95
doCancelMethod · 0.95
doBackgroundMethod · 0.95
handleMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected