MCPcopy Index your code
hub / github.com/cookpad/puree-android / Callback

Interface Callback

demo/src/main/java/com/example/puree/FakeApiClient.java:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 private static final String TAG = FakeApiClient.class.getSimpleName();
11
12 public interface Callback {
13
14 void success();
15
16 void fail();
17 }
18
19 public void sendLog(final List<String> jsonLogs, final Callback callback) {
20 new Thread(new Runnable() {

Callers 7

runMethod · 0.65
emitMethod · 0.65
emitMethod · 0.65
runMethod · 0.65
successMethod · 0.65
runMethod · 0.65
failMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected