enableActionStop

@JvmField
var enableActionStop: Boolean(source)

If true, a notification action will be applied which allows users to stop the TorRuntime instance via Action.StopDaemon upon click.

If false, the action will not be applied to the notification view.

NOTE: This action is removed from the notification while on the lock screen.

Default: false, unless this BuilderScope is a result of Config.newConfig, then whatever Config.enableActionStop is.