MCPcopy Create free account
hub / github.com/burningtnt/Terracotta / VpnServiceCallback

Interface VpnServiceCallback

ffi/TerracottaAndroidAPI.java:67–69  ·  view source on GitHub ↗

Callback for receiving VpnService Requests When receiving one, #getPendingVpnServiceRequest() is available to get the pending request. Developer must make sure either VpnServiceRequest#startVpnService or VpnServiceRequest#reject() is invoked, or Terracotta would st

Source from the content-addressed store, hash-verified

65 * @implNote The VpnServiceRequest must be fulfilled in 30 seconds, or it will be considered as timeout.
66 */
67 public interface VpnServiceCallback {
68 void onStartVpnService();
69 }
70
71 /**
72 * <p>A VpnService Request submitted by Terracotta. See {@link VpnServiceCallback}</p>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…