Package 

Class GiniPrimaryButtonStyleConfig


  • 
    public final class GiniPrimaryButtonStyleConfig
    
                        
    <p> Use this data class to override the styles of the primary button in the Gini SDK where Jetpack compose is used. You can override the text in the strings.xml file! </p>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Shape shape
      private final ButtonColors colors
      private final ButtonElevation elevation
      private final BorderStroke border
    • Constructor Summary

      Constructors 
      Constructor Description
      GiniPrimaryButtonStyleConfig(Shape shape, ButtonColors colors, ButtonElevation elevation, BorderStroke border)
    • Method Summary

      Modifier and Type Method Description
      final Shape getShape()
      final ButtonColors getColors()
      final ButtonElevation getElevation()
      final BorderStroke getBorder()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GiniPrimaryButtonStyleConfig

        GiniPrimaryButtonStyleConfig(Shape shape, ButtonColors colors, ButtonElevation elevation, BorderStroke border)