Package com.adyen.threeds2.customization
        Class ButtonCustomization
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public final class ButtonCustomization extends Customization This class provides methods for the App to pass button customization parameters to the 3DS SDK. Created by Ran Haveshush on 24/08/2018. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description ButtonCustomization()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetBackgroundColor()voidsetBackgroundColor(String hexColorCode)Sets the background color of the button. intgetCornerRadius()voidsetCornerRadius(int cornerRadius)Sets the radius of the button corners. - 
                                            
                                        
                                            Methods inherited from class com.adyen.threeds2.customization.CustomizationgetTextColor, getTextFontName, getTextFontSize, parseHexColorCode, parseTypeface, setTextColor, setTextFontName, setTextFontSize
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getBackgroundColorString getBackgroundColor() - Returns:
- The background color code of the button. 
 
 - 
                                        setBackgroundColorvoid setBackgroundColor(String hexColorCode) Sets the background color of the button. - Parameters:
- hexColorCode- The color code in Hex format.
 
 - 
                                        getCornerRadiusint getCornerRadius() - Returns:
- The radius of the button corners. 
 
 - 
                                        setCornerRadiusvoid setCornerRadius(int cornerRadius) Sets the radius of the button corners. - Parameters:
- cornerRadius- The radius for the button corners.
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-