Factory
Core androidMain
abstraction for a Factory class which is responsible for instantiating new instances of TorServiceUI when requested by TorService.
NOTE: This is currently an ExperimentalKmpTorApi when extending to create your own implementation. Things may change (as the annotation states), so use at your own risk! Prefer using the stable implementation via the kmp-tor:runtime-service-ui
dependency.
Implementations are encouraged to keep it as a subclass within, and use a private constructor
for, their UI implementations.
See also
Properties
Enable/disable RuntimeEvent.LOG.DEBUG messages for UI components.
The default Config to use if one was not specified when TorRuntime.Environment was instantiated.
Functions
Implementors MUST utilize args to instantiate a new instance of the AbstractTorServiceUI implementation. If args were not consumed by the returned instance, an exception will be thrown by createProtected.
Called from TorServiceConfig.Foreground.Companion.Builder when creating a new instance of TorServiceConfig.Foreground.
Called from TorServiceConfig.Foreground.Companion.Builder and TorServiceConfig.Foreground.newEnvironment when checking the defaultConfig, or if a stand-alone Config is being used to create a new instance of TorRuntime.Environment.