SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
data
/
ltechnologies.onionphone.securemessenger.data.db
/
ProxySettingsEntity
Proxy
Settings
Entity
data
class
ProxySettingsEntity
(
val
id
:
Int
=
1
,
val
host
:
String
,
val
port
:
Int
,
val
torRequired
:
Boolean
,
val
remoteDns
:
Boolean
,
val
username
:
String
?
,
val
torProvider
:
String
=
"CUSTOM"
)
Members
Constructors
Proxy
Settings
Entity
Link copied to clipboard
constructor
(
id
:
Int
=
1
,
host
:
String
,
port
:
Int
,
torRequired
:
Boolean
,
remoteDns
:
Boolean
,
username
:
String
?
,
torProvider
:
String
=
"CUSTOM"
)
Properties
host
Link copied to clipboard
val
host
:
String
id
Link copied to clipboard
val
id
:
Int
port
Link copied to clipboard
val
port
:
Int
remote
Dns
Link copied to clipboard
val
remoteDns
:
Boolean
tor
Provider
Link copied to clipboard
val
torProvider
:
String
tor
Required
Link copied to clipboard
val
torRequired
:
Boolean
username
Link copied to clipboard
val
username
:
String
?