KIdentifier

data class KIdentifier(val plugin: Plugin, val identifier: String)

Represents a unique identifier specific to a plugin.

Constructors

Link copied to clipboard
constructor(plugin: Plugin, identifier: String)

Properties

Link copied to clipboard

The unique identifier string within the scope of the plugin.

Link copied to clipboard
val plugin: Plugin

The plugin associated with this identifier.

Functions

Link copied to clipboard
fun build(): String
Link copied to clipboard
open override fun toString(): String