MCPcopy Create free account
hub / github.com/asLody/VirtualApp / BaseView

Interface BaseView

VirtualApp/app/src/main/java/io/virtualapp/abs/BaseView.java:9–13  ·  view source on GitHub ↗

@author Lody

Source from the content-addressed store, hash-verified

7 * @author Lody
8 */
9public interface BaseView<T> {
10 Activity getActivity();
11 Context getContext();
12 void setPresenter(T presenter);
13}

Callers 14

HomePresenterImplMethod · 0.65
onViewCreatedMethod · 0.65
finishActivityMethod · 0.65
getMountPointsMethod · 0.65
createPackageContextMethod · 0.65
acquireProviderClientMethod · 0.65
injectMethod · 0.65
getInterfaceMethod · 0.65
injectMethod · 0.65
injectMethod · 0.65
HomePresenterImplMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected