class ActionBlock


Block of action list of text or image buttons.

Summary

Public constructors

ActionBlock(actionButtons: List<TemplateButton>, type: ButtonType)

Public functions

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

Public properties

List<TemplateButton>

The list of action buttons.

ButtonType

The type of action buttons.

Public constructors

ActionBlock

ActionBlock(
    actionButtons: List<TemplateButton> = listOf(),
    type: ButtonType = ButtonType.Icon
)
Parameters
actionButtons: List<TemplateButton> = listOf()

The list of action buttons. Default to empty list.

type: ButtonType = ButtonType.Icon

The type of action buttons. Default to ButtonType.Icon

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

actionButtons

Added in 1.0.0-alpha06
val actionButtonsList<TemplateButton>

The list of action buttons. Default to empty list.

type

Added in 1.0.0-alpha06
val typeButtonType

The type of action buttons. Default to ButtonType.Icon