KmpTorServiceUI
class KmpTorServiceUI : TorServiceUI<KmpTorServiceUI.Config, KmpTorServiceUIInstanceState<KmpTorServiceUI.Config>> (source)
The "default" UI implementation for kmp-tor:runtime-service
, serving both as an example for others to model their own implementations after, or to utilize with TorServiceConfig.Foreground.Companion.Builder.
See also
Types
Link copied to clipboard
Configuration to be utilized with Factory, or on a per-instance basis via TorServiceConfig.Foreground.newEnvironment.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
protected open override fun createProtected(args: AbstractTorServiceUI.Args.Instance): KmpTorServiceUIInstanceState<KmpTorServiceUI.Config>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected open override fun onRender(displayed: KmpTorServiceUIInstanceState<KmpTorServiceUI.Config>, hasPrevious: Boolean, hasNext: Boolean)
Link copied to clipboard
Link copied to clipboard
protected fun TorServiceUI.Receiver.register(filter: IntentFilter, permission: String?, scheduler: Handler?, exported: Boolean?, flags: Int): Disposable.Once?
Link copied to clipboard
Link copied to clipboard