BuilderScope

open class BuilderScope(source)

Inheritors

Properties

Link copied to clipboard
@JvmField
var stopServiceOnTaskRemoved: Boolean

If TorService is running and your application is swiped from the recent app's tray (user removes the Task), this setting indicates the behavior of how you wish to react.

Link copied to clipboard
@ExperimentalKmpTorApi
@JvmField
var testUseBuildDirectory: Boolean

For android unit tests, a setting of true will use the module build directory, instead of the system temp directory, when setting up the environment directories.

Link copied to clipboard
@JvmField
var useNetworkStateObserver: Boolean

While TorService is running, a NetworkObserver that monitors the device's connectivity state will be used for all instances of TorRuntime operating within the service. If this is set to false, it will not be used and the TorRuntime will be created with whatever was declared for TorRuntime.BuilderScope.networkObserver.