Location profile (Hydra only)
The SDK supports custom VPN profiles for Hydra-based sessions. This feature allows you to pass specific configuration profiles to control the VPN connection behavior.
How to Enable: Use the
withLocationProfile
method inSessionConfig.Builder
to apply the desired location profile to the VPN session.Fetching Profiles: The
LocationProfile
can be fetched dynamically from the backend using the available API.
Disabling Location Profile: To disable a location profile, pass an empty string (
""
) to thewithLocationProfile
method.
Last updated
Was this helpful?