Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onPush
Method · 0.95
jquery.min.js
File · 0.45
W
Function · 0.45
V
Function · 0.45
Y
Function · 0.45
Z
Function · 0.45
ee
Function · 0.45
te
Function · 0.45
ne
Function · 0.45
d
Function · 0.45
h
Function · 0.45
Ae
Function · 0.45
Calls
1
post
Method · 0.45
Tested by
no test coverage detected