iconActionStop

@JvmField
var iconActionStop: Int?(source)

The drawable resource id for the notification action icon which allows users to submit Action.StopDaemon to the TorRuntime instance upon click.

NOTE: This will not be utilized unless Config.BuilderScope.enableActionStop has been set to true for the currently displayed instance of TorRuntime.

NOTE: Icons should be 24dp x 24dp for best performance.

Default: null (do not override default R.drawable.ic_kmp_tor_ui_action_stop)