MCPcopy Create free account
hub / github.com/binstreamio/tvbus.android / start

Method start

tvbus/src/main/java/com/tvbus/engine/TVCore.java:61–68  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

59
60 // actions
61 public void start(String url) {
62 try {
63 start(nativeHandle, url);
64 }
65 catch(Throwable e) {
66
67 }
68 }
69 public void start(String url, String accessCode) {
70 try {
71 start2(nativeHandle, url, accessCode);

Callers 2

startChannelMethod · 0.80
onCreateMethod · 0.80

Calls 1

start2Method · 0.95

Tested by

no test coverage detected