Args

sealed class Args(source)

Core commonMain abstraction for passing platform specific arguments, in an encapsulated manner, when instantiating new instances of AbstractTorServiceUI components.

Args are single use items and must be consumed only once, otherwise an exception is raised when Factory.createProtected or createProtected is called resulting a service start failure.

See also

io.matthewnelson.kmp.tor.runtime.service.TorServiceUI.Args

Inheritors

Types

Link copied to clipboard
sealed class Instance(instanceConfig: AbstractTorServiceUI.Config, instanceScope: CoroutineScope) : AbstractTorServiceUI.Args
Link copied to clipboard