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
| 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> |
no outgoing calls
no test coverage detected
searching dependent graphs…