BuilderScope

Properties

Link copied to clipboard
@JvmField
var actionIntentPermissionSuffix: String?

The suffix of a signature level permission to define in your manifest, which will be used to further lock down the notification action BroadcastReceiver.

Link copied to clipboard
@JvmField
var contentIntent: (code: Int, context: Context) -> PendingIntent??
Link copied to clipboard
@JvmField
var contentIntentCode: Int

Define a code to use when creating the PendingIntent which is to be set via Notification.Builder.setContentIntent.

Link copied to clipboard
@JvmField
var iconActionNewNym: Int?

The drawable resource id for the notification action icon which allows users to submit TorCmd.Signal.NewNym to the TorRuntime instance upon click.

Link copied to clipboard
@JvmField
var iconActionNext: Int?

The drawable resource id for the notification action icon which allows users to cycle to the "next" TorRuntime instance that is operating, upon click.

Link copied to clipboard
@JvmField
var iconActionPrevious: Int?

The drawable resource id for the notification action icon which allows users to cycle to the "previous" TorRuntime instance that is operating, upon click.

Link copied to clipboard
@JvmField
var iconActionRestart: Int?

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

Link copied to clipboard
@JvmField
var iconActionStop: Int?

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