MCPcopy Index your code
hub / github.com/NativeScript/capacitor / Plugin

Interface Plugin

embed/android/main/java/com/tns/internal/Plugin.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.tns.internal;
2
3public interface Plugin {
4 boolean execute(android.content.Context context) throws Exception;
5}

Callers 1

runPluginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected