Package-level declarations
Types
Link copied to clipboard
abstract class AbstractTorServiceUI<A : AbstractTorServiceUI.Args.UI, C : AbstractTorServiceUI.Config, IS : AbstractTorServiceUI.InstanceState<C>>
Core commonMain
abstraction which enables implementors the ability to create a fully customized notification for the running instances of TorRuntime as they operate within a service object.
Link copied to clipboard
Configuration info for producing TorRuntime.ServiceFactory to run tor within an android.app.Service.
Link copied to clipboard
abstract class TorServiceUI<C : AbstractTorServiceUI.Config, IS : AbstractTorServiceUI.InstanceState<C>> @ExperimentalKmpTorApi constructor(args: TorServiceUI.Args) : AbstractTorServiceUI<TorServiceUI.Args, C, IS>
Core androidMain
abstraction which enables implementors the ability to create a fully customized notification for the running instances of TorRuntime as they operate within TorService.