MCPcopy Create free account
hub / github.com/FongMi/TV / push

Method push

app/src/main/java/com/fongmi/android/tv/event/ServerEvent.java:11–13  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

9 }
10
11 public static void push(String text) {
12 EventBus.getDefault().post(new ServerEvent(Type.PUSH, text));
13 }
14
15 public static void setting(String text) {
16 EventBus.getDefault().post(new ServerEvent(Type.SETTING, text));

Callers 14

onPushMethod · 0.95
jquery.min.jsFile · 0.45
WFunction · 0.45
VFunction · 0.45
YFunction · 0.45
ZFunction · 0.45
eeFunction · 0.45
teFunction · 0.45
neFunction · 0.45
dFunction · 0.45
hFunction · 0.45
AeFunction · 0.45

Calls 1

postMethod · 0.45

Tested by

no test coverage detected