Speedify SDK for Android  14.6.1
Public Attributes | List of all members
com.speedify.speedifysdk.Types.PrivacySettings Class Reference

Detailed Description

Privacy settings.

Since
6.3

Public Attributes

List< String > dnsAddresses
 Configured DNS server addresses to use. More...
 
boolean killswitch
 If Internet Killswitch is enabled. More...
 
boolean doNotStoreCredentials
 If credentials, including oauth tokens and passwords, are not stored locally. More...
 
boolean ipLeakProtection
 If IP Leak protection is enabled. More...
 
boolean requestToDisableDoH
 Whether DoH is requested to be disabled. More...
 

Member Data Documentation

◆ dnsAddresses

List<String> com.speedify.speedifysdk.Types.PrivacySettings.dnsAddresses

Configured DNS server addresses to use.

Or empty for default.

Since
7.4

◆ doNotStoreCredentials

boolean com.speedify.speedifysdk.Types.PrivacySettings.doNotStoreCredentials

If credentials, including oauth tokens and passwords, are not stored locally.

If true, automatic login and connect at boot will not work.

Since
10.5

◆ ipLeakProtection

boolean com.speedify.speedifysdk.Types.PrivacySettings.ipLeakProtection

If IP Leak protection is enabled.

Since
11.9.2

◆ killswitch

boolean com.speedify.speedifysdk.Types.PrivacySettings.killswitch

If Internet Killswitch is enabled.

Since
9.4

◆ requestToDisableDoH

boolean com.speedify.speedifysdk.Types.PrivacySettings.requestToDisableDoH

Whether DoH is requested to be disabled.

Since
12.2

The documentation for this class was generated from the following file: