PaddingTemplateEntity

data class PaddingTemplateEntity(val templateId: String, val title: String, val content: String)

Reusable cover text template for PaddingEncoder.

Constructors

Link copied to clipboard
constructor(templateId: String, title: String, content: String)

Properties

Link copied to clipboard

Body text surrounding the payload marker.

Link copied to clipboard

Stable template identifier (primary key).

Link copied to clipboard

Title line inserted before the hidden payload.