AddonVersionInfo

Information about an add-on version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the add-on.

Link copied to clipboard

The architectures that the version supports.

Link copied to clipboard

An object representing the compatibilities of a version.

Link copied to clipboard

Whether the add-on requires configuration.

Functions

Link copied to clipboard
inline fun copy(block: AddonVersionInfo.Builder.() -> Unit = {}): AddonVersionInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String