Package-level declarations

Types

Link copied to clipboard
interface Vpn

Public API to handle start/stop type of actions for the device VPN

Link copied to clipboard
interface VpnFeature
Link copied to clipboard

Use this class to register features that required VPN access.

Functions

Link copied to clipboard

Use this extension function to make sure your PeriodicWorkRequest runs in the VPN process

Link copied to clipboard
fun VpnFeature(block: () -> String): VpnFeature

Fake constructor for VpnFeature from the passed in block lambda instead of using the anonymous object : VpnFeature syntax.