Interface DefaultButtonConfiguration.Builder

    • Method Detail

      • backgroundColor

        DefaultButtonConfiguration.Builder backgroundColor​(String backgroundColor)

        The background color of the button.

        Parameters:
        backgroundColor - The background color of the button.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • borderRadius

        DefaultButtonConfiguration.Builder borderRadius​(Integer borderRadius)

        The border radius of the button.

        Parameters:
        borderRadius - The border radius of the button.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • link

        DefaultButtonConfiguration.Builder link​(String link)

        Button destination.

        Parameters:
        link - Button destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textColor

        DefaultButtonConfiguration.Builder textColor​(String textColor)

        The text color of the button.

        Parameters:
        textColor - The text color of the button.
        Returns:
        Returns a reference to this object so that method calls can be chained together.