class HeaderBlock


A header for the whole template.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

TemplateImageWithDescription?

The header image icon.

TemplateText

The header text.

Public constructors

HeaderBlock

Added in 1.0.0-alpha06
HeaderBlock(text: TemplateText, icon: TemplateImageWithDescription? = null)
Parameters
text: TemplateText

The header text.

icon: TemplateImageWithDescription? = null

The header image icon.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

icon

Added in 1.0.0-alpha06
val iconTemplateImageWithDescription?

The header image icon.

text

Added in 1.0.0-alpha06
val textTemplateText

The header text.