newConfig
fun newConfig(block: ThisBlock<KmpTorServiceUI.Config.BuilderScope>): KmpTorServiceUI.Config(source)
Configure a new Config.BuilderScope which inherits all settings from this one.
fun newConfig(iconReady: Int?, block: ThisBlock<KmpTorServiceUI.Config.BuilderScope>): KmpTorServiceUI.Config(source)
Configure a new Config.BuilderScope which inherits all settings from this one.
Parameters
iconReady
If non-null, that value will be set for BuilderScope.iconReady instead of the current Config.iconReady.
fun newConfig(iconReady: Int?, iconNotReady: Int?, block: ThisBlock<KmpTorServiceUI.Config.BuilderScope>): KmpTorServiceUI.Config(source)
Configure a new Config.BuilderScope which inherits all options from this one.
Parameters
iconReady
If non-null, that value will be set for BuilderScope.iconReady instead of the current Config.iconReady.
iconNotReady
If non-null, that value will be set for BuilderScope.iconNotReady instead of the current Config.iconNotReady.