secondaryActionButton property

Button? secondaryActionButton
getter/setter pair

Message button.

Clicking this button will trigger the modal's secondary action If the secondary action is not provided, the button simply dismisses the message.

Optional.

Implementation

Button? secondaryActionButton;