getId

@NotNull
abstract fun getId(): @NotNull String

Gets the unique id of the addon. The addon id should match the pattern defined by ID_PATTERN.

Return

The addon id.

See also