BuilderScope

Properties

Link copied to clipboard
@JvmField
val cacheDirectory: File
Link copied to clipboard

Declare a default OnEvent.Executor to utilize when notifying subscribed TorEvent and RuntimeEvent observers (if the observer did not declare its own).

Link copied to clipboard
@JvmField
var resourceDir: File

The directory for which ResourceLoader.Tor will be created with. This is a convenience function, as only a single instance of ResourceLoader.Tor can ever be created per application process.

Link copied to clipboard
@ExperimentalKmpTorApi
@JvmField
var serviceFactoryLoader: TorRuntime.ServiceFactory.Loader?

Experimental support for running tor as a service. Currently only Android support is available via the runtime-service dependency. This setting is automatically configured if using runtime-service dependency and utilizing the extended builder functions io.matthewnelson.kmp.tor.runtime.service.TorServiceConfig

Link copied to clipboard
@JvmField
val workDirectory: File